Changeset 25098
- Timestamp:
- 08/23/2013 12:18:48 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/nav-menu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/nav-menu.php
r24798 r25098 37 37 global $_wp_nav_menu_max_depth; 38 38 $_wp_nav_menu_max_depth = $depth > $_wp_nav_menu_max_depth ? $depth : $_wp_nav_menu_max_depth; 39 40 $indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';41 39 42 40 ob_start();
Note: See TracChangeset
for help on using the changeset viewer.