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:
John Blackbourn 2019-10-31 17:49:12 +00:00
parent fe9b176aef
commit 669cefe587
2 changed files with 3 additions and 3 deletions

View File

@ -1152,8 +1152,8 @@
/**
* @since 4.1.0
*
* @params {Boolean} active
* @param {Object} [params]
* @param {Boolean} active
* @param {Object} [params]
* @returns {Boolean} false if state already applied
*/
_toggleActive: function ( active, params ) {

View File

@ -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 );
}