- Timestamp:
- 10/02/2017 10:13:04 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-walker-nav-menu-checklist.php
r35202 r41688 32 32 * @since 3.0.0 33 33 * 34 * @param string $output Passed by reference. Used to append additional content.34 * @param string $output Used to append additional content (passed by reference). 35 35 * @param int $depth Depth of page. Used for padding. 36 36 * @param array $args Not used. … … 48 48 * @since 3.0.0 49 49 * 50 * @param string $output Passed by reference. Used to append additional content.50 * @param string $output Used to append additional content (passed by reference). 51 51 * @param int $depth Depth of page. Used for padding. 52 52 * @param array $args Not used. … … 66 66 * @global int $_nav_menu_placeholder 67 67 * 68 * @param string $output Passed by reference. Used to append additional content.68 * @param string $output Used to append additional content (passed by reference). 69 69 * @param object $item Menu item data object. 70 70 * @param int $depth Depth of menu item. Used for padding.
Note: See TracChangeset
for help on using the changeset viewer.