Week in Core: Sept. 28 – Oct. 11, 2015
Welcome back to the latest issue of Week in Core, covering changes from Sept. 28 – Oct. 11, 2015, changesets [34659]–[35029]. Here are the highlights:
See that ↑ right there? That’s an oEmbed. And it’s loaded from inside this site.
Feature Plugins Merged
The Responsive Images, oEmbed Provider, and the “baby” REST API feature plugins have been merged into core. Grab the latest version of trunk and test them out.
Potent Notables
These changes were big enough to merit their own blog posts:
add_rewrite_rule()
accepts an array of query vars in WordPress 4.4single-{post_type}-{post_name}.php
: New theme template in WordPress 4.4
Deeper Reading
Some commits pack in a lot of info, from detailed background to best practices in using hooks. Here are a few worth reading the entire commit message:
WP_Term
class introduced [34997] #14162- Fix scalability performance problem for previewing multidimensional settings in the Customizer. [35007] #32103
- Ensure that
wp.customize.Widgets.savedWidgetIds
is defined up front. [34883] #33901 - The history and implementation of oEmbeds. [34903] #32522
- Improve role-related arguments in
WP_User_Query
. [34875] #22212 - Use
wp_installing()
instead ofWP_INSTALLING
constant. [34828] #31130 - Introduce
*_network_option
functions for Multisite installs. [34777] #28290 - Ensure that comment permalinks reflect pagination. [34735] #34068, #34073
Xavier Borderie 8:27 am on October 13, 2015 Permalink | Log in to Reply
Those posts are a real treat, thank you @morganestes!