Make WordPress Core


Ignore:
Timestamp:
03/22/2018 08:26:06 PM (7 years ago)
Author:
johnbillion
Message:

Docs: Document many more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42843 r42871  
    179179 *                         one element from the array needs to match; 'and' means all elements must match.
    180180 *                         Default 'and'.
    181  * @return array A list of taxonomy names or objects.
     181 * @return string[]|WP_Taxonomy[] An array of taxonomy names or objects.
    182182 */
    183183function get_taxonomies( $args = array(), $output = 'names', $operator = 'and' ) {
Note: See TracChangeset for help on using the changeset viewer.