Docs: Various corrections and improvements relating to types used in inline documentation.
See #53399 Built from https://develop.svn.wordpress.org/trunk@52204 git-svn-id: http://core.svn.wordpress.org/trunk@51796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -984,8 +984,8 @@ function page_attributes_meta_box( $post ) {
|
||||
*
|
||||
* @since 4.4.0
|
||||
*
|
||||
* @param string $template The template used for the current post.
|
||||
* @param WP_Post $post The current post.
|
||||
* @param string|false $template The template used for the current post.
|
||||
* @param WP_Post $post The current post.
|
||||
*/
|
||||
do_action( 'page_attributes_meta_box_template', $template, $post );
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user