mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Correct some incorrect docblock tags.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46623 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2428,7 +2428,7 @@ function the_block_editor_meta_box_post_form_hidden_fields( $post ) {
|
||||
*
|
||||
* @since 5.0.0
|
||||
*
|
||||
* @params WP_Post $post The post that is being edited.
|
||||
* @param WP_Post $post The post that is being edited.
|
||||
*/
|
||||
do_action( 'block_editor_meta_box_hidden_fields', $post );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user