Changeset 41688 for trunk/src/wp-includes/class-walker-nav-menu.php
- Timestamp:
- 10/02/2017 10:13:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-nav-menu.php
r41162 r41688 44 44 * @see Walker::start_lvl() 45 45 * 46 * @param string $output Passed by reference. Used to append additional content.46 * @param string $output Used to append additional content (passed by reference). 47 47 * @param int $depth Depth of menu item. Used for padding. 48 48 * @param stdClass $args An object of wp_nav_menu() arguments. … … 83 83 * @see Walker::end_lvl() 84 84 * 85 * @param string $output Passed by reference. Used to append additional content.85 * @param string $output Used to append additional content (passed by reference). 86 86 * @param int $depth Depth of menu item. Used for padding. 87 87 * @param stdClass $args An object of wp_nav_menu() arguments. … … 107 107 * @see Walker::start_el() 108 108 * 109 * @param string $output Passed by reference. Used to append additional content.109 * @param string $output Used to append additional content (passed by reference). 110 110 * @param WP_Post $item Menu item data object. 111 111 * @param int $depth Depth of menu item. Used for padding. … … 246 246 * @see Walker::end_el() 247 247 * 248 * @param string $output Passed by reference. Used to append additional content.248 * @param string $output Used to append additional content (passed by reference). 249 249 * @param WP_Post $item Page data object. Not used. 250 250 * @param int $depth Depth of page. Not Used.
Note: See TracChangeset
for help on using the changeset viewer.