Make WordPress Core


Ignore:
Timestamp:
05/25/2016 07:34:41 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing documentation for the style argument in the DocBlock for wp_list_categories().

Props birgire for the initial patch.
See #36693.

File:
1 edited

Legend:

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

    r37542 r37569  
    535535 *     @type int          $depth                 Category depth. Used for tab indentation. Default 0.
    536536 *     @type string       $taxonomy              Taxonomy name. Default 'category'.
     537 *     @type string       $style                 The style used to display the categories list. If 'list', categories
     538 *                                               will be output as an unordered list. If left empty or another value,
     539 *                                               categories will be output separated by `<br>` tags. Default 'list'.
    537540 *     @type string       $separator             Separator between links. Default '<br />'.
    538541 * }
Note: See TracChangeset for help on using the changeset viewer.