mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Correct @since values for various hooks. fixes #25766.
git-svn-id: https://develop.svn.wordpress.org/trunk@25991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -557,7 +557,7 @@ if ( 'page' == $post_type ) {
|
||||
/**
|
||||
* Fires after 'normal' context meta boxes have been output for the 'page' post type.
|
||||
*
|
||||
* @since 1.5.2
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param WP_Post $post Post object.
|
||||
*/
|
||||
@@ -567,7 +567,7 @@ else {
|
||||
/**
|
||||
* Fires after 'normal' context meta boxes have been output for all post types other than 'page'.
|
||||
*
|
||||
* @since 1.5.2
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param WP_Post $post Post object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user