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:
parent
3d76b537d6
commit
d1b23193dd
|
@ -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 );
|
||||
}
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue