Make WordPress Core


Ignore:
Timestamp:
05/26/2025 11:18:03 AM (13 months ago)
Author:
johnbillion
Message:

Docs: Switch some @internal tags to the inline format so the corresponding function or method is not treated by IDEs and static scanning tools as internal use only.

See #63166

File:
1 edited

Legend:

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

    r59784 r60249  
    12931293 * Prior to 4.5.0, taxonomy was passed as the first parameter of `get_terms()`.
    12941294 *
     1295 * {@internal The `$deprecated` parameter is parsed for backward compatibility only.}
     1296 *
    12951297 * @since 2.3.0
    12961298 * @since 4.2.0 Introduced 'name' and 'childless' parameters.
     
    13011303 *              Introduced 'meta_key' and 'meta_value' parameters. Introduced the ability to order results by metadata.
    13021304 * @since 4.8.0 Introduced 'suppress_filter' parameter.
    1303  *
    1304  * @internal The `$deprecated` parameter is parsed for backward compatibility only.
    13051305 *
    13061306 * @param array|string $args       Optional. Array or string of arguments. See WP_Term_Query::__construct()
     
    19281928 * Default $args is 'hide_empty' which can be 'hide_empty=true' or array('hide_empty' => true).
    19291929 *
     1930 * {@internal The `$deprecated` parameter is parsed for backward compatibility only.}
     1931 *
    19301932 * @since 2.3.0
    19311933 * @since 5.6.0 Changed the function signature so that the `$args` array can be provided as the first parameter.
    1932  *
    1933  * @internal The `$deprecated` parameter is parsed for backward compatibility only.
    19341934 *
    19351935 * @param array|string $args       Optional. Array or string of arguments. See WP_Term_Query::__construct()
Note: See TracChangeset for help on using the changeset viewer.