Docs: Correct the @since property for the page_attributes_misc_attributes action.

Props jeremyescott, jfarthing84

Fixes #42607

Merges [42203] to the 4.9 branch.

Built from https://develop.svn.wordpress.org/branches/4.9@42219


git-svn-id: http://core.svn.wordpress.org/branches/4.9@42048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-11-23 18:03:43 +00:00
parent cee7720939
commit 97ba6be232
2 changed files with 2 additions and 2 deletions

View File

@ -903,7 +903,7 @@ $default_title = apply_filters( 'default_page_template_title', __( 'Default Tem
/**
* Fires before the help hint text in the 'Page Attributes' meta box.
*
* @since 4.8.0
* @since 4.9.0
*
* @param WP_Post $post The current post.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9.1-alpha-42215';
$wp_version = '4.9.1-alpha-42219';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.