Docs: Correct some incorrect docblock tags.

See #48303

Built from https://develop.svn.wordpress.org/trunk@46623


git-svn-id: http://core.svn.wordpress.org/trunk@46420 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2019-10-31 17:51:01 +00:00
parent 3d76b537d6
commit d1b23193dd
3 changed files with 4 additions and 4 deletions

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

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

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46622';
$wp_version = '5.4-alpha-46623';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.