Changeset 41162 for trunk/src/wp-includes/class-walker-category.php
- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category.php
r37518 r41162 21 21 * 22 22 * @since 2.1.0 23 * @access public24 23 * @var string 25 24 * … … 32 31 * 33 32 * @since 2.1.0 34 * @access public35 33 * @var array 36 34 * … … 44 42 * 45 43 * @since 2.1.0 46 * @access public47 44 * 48 45 * @see Walker::start_lvl() … … 65 62 * 66 63 * @since 2.1.0 67 * @access public68 64 * 69 65 * @see Walker::end_lvl() … … 86 82 * 87 83 * @since 2.1.0 88 * @access public89 84 * 90 85 * @see Walker::start_el() … … 216 211 * 217 212 * @since 2.1.0 218 * @access public219 213 * 220 214 * @see Walker::end_el()
Note: See TracChangeset
for help on using the changeset viewer.