Make WordPress Core

Changeset 46623


Ignore:
Timestamp:
10/31/2019 05:49:12 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Correct some incorrect docblock tags.

See #48303

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/customize/controls.js

    r44583 r46623  
    11531153         * @since 4.1.0
    11541154         *
    1155          * @params {Boolean} active
    1156          * @param {Object}   [params]
     1155         * @param {Boolean} active
     1156         * @param {Object}  [params]
    11571157         * @returns {Boolean} false if state already applied
    11581158         */
  • trunk/src/wp-admin/includes/post.php

    r46596 r46623  
    24292429     * @since 5.0.0
    24302430     *
    2431      * @params WP_Post $post The post that is being edited.
     2431     * @param WP_Post $post The post that is being edited.
    24322432     */
    24332433    do_action( 'block_editor_meta_box_hidden_fields', $post );
Note: See TracChangeset for help on using the changeset viewer.