Make WordPress Core

Ticket #35446: 35446.patch

File 35446.patch, 1002 bytes (added by grapplerulrich, 9 years ago)
  • wp-includes/category-template.php

     
    348348 *                                           of the option elements. Accepts any valid term field: 'term_id', 'name',
    349349 *                                           'slug', 'term_group', 'term_taxonomy_id', 'taxonomy', 'description',
    350350 *                                           'parent', 'count'. Default 'term_id'.
    351  *     @type string       $taxonomy          Name of the category to retrieve. Default 'category'.
     351 *     @type string|array $taxonomy          Name of the category or categories to retrieve. Default 'category'.
    352352 *     @type bool         $hide_if_empty     True to skip generating markup if no categories are found.
    353353 *                                           Default false (create select element even if no categories are found).
    354354 * }