Changeset 41688 for trunk/src/wp-includes/class-walker-category.php
- Timestamp:
- 10/02/2017 10:13:04 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category.php
r41162 r41688 85 85 * @see Walker::start_el() 86 86 * 87 * @param string $output Passed by reference. Used to append additional content.87 * @param string $output Used to append additional content (passed by reference). 88 88 * @param object $category Category data object. 89 89 * @param int $depth Optional. Depth of category in reference to parents. Default 0. … … 214 214 * @see Walker::end_el() 215 215 * 216 * @param string $output Passed by reference. Used to append additional content.216 * @param string $output Used to append additional content (passed by reference). 217 217 * @param object $page Not used. 218 218 * @param int $depth Optional. Depth of category. Not used.
Note: See TracChangeset
for help on using the changeset viewer.