Changeset 41162 for trunk/src/wp-includes/class-walker-page.php
- Timestamp:
- 07/27/2017 12:40:27 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-page.php
r40565 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 private35 33 * @var array 36 34 * … … 44 42 * 45 43 * @since 2.1.0 46 * @access public47 44 * 48 45 * @see Walker::start_lvl() … … 69 66 * 70 67 * @since 2.1.0 71 * @access public72 68 * 73 69 * @see Walker::end_lvl() … … 95 91 * @see Walker::start_el() 96 92 * @since 2.1.0 97 * @access public98 93 * 99 94 * @param string $output Used to append additional content. Passed by reference. … … 215 210 * 216 211 * @since 2.1.0 217 * @access public218 212 * 219 213 * @see Walker::end_el()
Note: See TracChangeset
for help on using the changeset viewer.