Twenty Seventeen: Expand a changelog entry added in [39742] with the new item name.
See #39489, [39575]. Built from https://develop.svn.wordpress.org/trunk@39752 git-svn-id: http://core.svn.wordpress.org/trunk@39690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
03c6dc1002
commit
1d05544828
|
@ -65,7 +65,7 @@ Source: https://unsplash.com/@englr?photo=bIhpiQA009k
|
||||||
|
|
||||||
- Fix incorrect $content_width value in theme
|
- Fix incorrect $content_width value in theme
|
||||||
- Ensure functions in customize-controls.js don't count on Customizer sections always being present
|
- Ensure functions in customize-controls.js don't count on Customizer sections always being present
|
||||||
- Deprecate page_home nav menu item starter content
|
- Deprecate page_home nav menu item starter content in favor of link_home
|
||||||
- Introduce a theme-specific filter twentyseventeen_starter_content for customizing the starter content array
|
- Introduce a theme-specific filter twentyseventeen_starter_content for customizing the starter content array
|
||||||
|
|
||||||
= 1.0 =
|
= 1.0 =
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-alpha-39751';
|
$wp_version = '4.8-alpha-39752';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue