mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01: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:
parent
fe9b176aef
commit
669cefe587
4
src/js/_enqueues/wp/customize/controls.js
vendored
4
src/js/_enqueues/wp/customize/controls.js
vendored
@ -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 ) {
|
||||
|
@ -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 );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user