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

Props jeremyescott, jfarthing84

Fixes #42607

Built from https://develop.svn.wordpress.org/trunk@42203


git-svn-id: http://core.svn.wordpress.org/trunk@42033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-11-19 11:52:52 +00:00
parent d9e4fc273d
commit 4ef018df2b
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 = '5.0-alpha-42202';
$wp_version = '5.0-alpha-42203';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.