Changeset 41688 for trunk/src/wp-includes/class-walker-page.php
- Timestamp:
- 10/02/2017 10:13:04 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-walker-page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-page.php
r41162 r41688 45 45 * @see Walker::start_lvl() 46 46 * 47 * @param string $output Passed by reference. Used to append additional content.47 * @param string $output Used to append additional content (passed by reference). 48 48 * @param int $depth Optional. Depth of page. Used for padding. Default 0. 49 49 * @param array $args Optional. Arguments for outputting the next level. … … 69 69 * @see Walker::end_lvl() 70 70 * 71 * @param string $output Passed by reference. Used to append additional content.71 * @param string $output Used to append additional content (passed by reference). 72 72 * @param int $depth Optional. Depth of page. Used for padding. Default 0. 73 73 * @param array $args Optional. Arguments for outputting the end of the current level.
Note: See TracChangeset
for help on using the changeset viewer.