Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:01:35 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve the documented types for various functions and hooks.

See #55646

File:
1 edited

Legend:

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

    r53873 r53877  
    18571857 * @internal The `$deprecated` parameter is parsed for backward compatibility only.
    18581858 *
    1859  * @param array|string $args       Optional. Array of arguments that get passed to get_terms().
    1860  *                                 Default empty array.
     1859 * @param array|string $args       Optional. Array or string of arguments. See WP_Term_Query::__construct()
     1860 *                                 for information on accepted arguments. Default empty array.
    18611861 * @param array|string $deprecated Optional. Argument array, when using the legacy function parameter format.
    18621862 *                                 If present, this parameter will be interpreted as `$args`, and the first
     
    47014701 *                                 linked to its archive.
    47024702 * }
    4703  * @return array List of taxonomies.
     4703 * @return string[] List of taxonomies.
    47044704 */
    47054705function get_the_taxonomies( $post = 0, $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.