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

Props jeremyescott, jfarthing84

Fixes #42607


git-svn-id: https://develop.svn.wordpress.org/trunk@42203 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
johnbillion 2017-11-19 11:51:01 +00:00
parent b424eecd0b
commit 4af1237176
1 changed files with 1 additions and 1 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.
*/