Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r51873 r52204  
    9797     * @see wp_terms_checklist()
    9898     *
    99      * @param array $args    An array of arguments.
    100      * @param int   $post_id The post ID.
     99     * @param array|string $args    An array or string of arguments.
     100     * @param int          $post_id The post ID.
    101101     */
    102102    $params = apply_filters( 'wp_terms_checklist_args', $args, $post_id );
Note: See TracChangeset for help on using the changeset viewer.