Changeset 46451 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 10/09/2019 04:26:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r46123 r46451 1055 1055 * Retrieve HTML list content for category list. 1056 1056 * 1057 * @since 2.1.0 1058 * @since 5.3.0 Formalized the existing `...$args` parameter by adding it 1059 * to the function signature. 1060 * 1057 1061 * @uses Walker_Category to create HTML list content. 1058 * @since 2.1.01059 1062 * @see Walker::walk() for parameters and return description. 1060 1063 * … … 1075 1078 * Retrieve HTML dropdown (select) content for category list. 1076 1079 * 1080 * @since 2.1.0 1081 * @since 5.3.0 Formalized the existing `...$args` parameter by adding it 1082 * to the function signature. 1083 * 1077 1084 * @uses Walker_CategoryDropdown to create HTML dropdown content. 1078 * @since 2.1.01079 1085 * @see Walker::walk() for parameters and return description. 1080 1086 *
Note: See TracChangeset
for help on using the changeset viewer.