Changeset 15815 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 10/15/2010 02:05:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r15788 r15815 14 14 * 15 15 * @param string $output Passed by reference. 16 * @param int $depth Depth of page.17 16 */ 18 17 function start_lvl(&$output) {} … … 23 22 * 24 23 * @param string $output Passed by reference. 25 * @param int $depth Depth of page.26 24 */ 27 25 function end_lvl(&$output) { … … 35 33 * @param object $item Menu item data object. 36 34 * @param int $depth Depth of menu item. Used for padding. 37 * @param int $current_page Menu item ID.38 35 * @param object $args 39 36 */ … … 219 216 * @param object $item Menu item data object. 220 217 * @param int $depth Depth of menu item. Used for padding. 221 * @param int $current_page Menu item ID.222 218 * @param object $args 223 219 */ … … 1103 1099 * @since 3.0.0 1104 1100 * 1105 * @param string $menu_item_id The ID of the menu item to format.1106 1101 * @return string|WP_Error $output The menu formatted to edit or error object on failure. 1107 1102 */
Note: See TracChangeset
for help on using the changeset viewer.