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:
parent
d9e4fc273d
commit
4ef018df2b
|
@ -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.
|
* 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.
|
* @param WP_Post $post The current post.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue