Changeset 15214 for trunk/wp-admin/includes/nav-menu.php
- Timestamp:
- 06/11/2010 05:19:36 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/nav-menu.php
r15193 r15214 39 39 */ 40 40 function start_el(&$output, $item, $depth, $args) { 41 global $_wp_nav_menu_max_depth; 42 $_wp_nav_menu_max_depth = $depth > $_wp_nav_menu_max_depth ? $depth : $_wp_nav_menu_max_depth; 43 41 44 $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; 42 45
Note: See TracChangeset
for help on using the changeset viewer.