Changeset 34416 for trunk/src/wp-includes/class-walker-category.php
- Timestamp:
- 09/22/2015 02:00:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category.php
r34110 r34416 1 1 <?php 2 2 /** 3 * Category API: Walker_Category class3 * Taxonomy API: Walker_Category class 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Template 7 * @since 4.4.0 7 8 */ 8 9 9 10 /** 10 * C reateHTML list of categories.11 * Core class used to create an HTML list of categories. 11 12 * 12 * @package WordPress13 13 * @since 2.1.0 14 * @uses Walker 14 * 15 * @see Walker 15 16 */ 16 17 class Walker_Category extends Walker {
Note: See TracChangeset
for help on using the changeset viewer.