Make WordPress Core


Ignore:
Timestamp:
06/11/2010 05:19:36 AM (15 years ago)
Author:
nacin
Message:

Horizontal scrolling/resizing fixes for nav menu UI. Also some RTL fixes. props koopersmith, see #13525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/nav-menu.php

    r15193 r15214  
    3939     */
    4040    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
    4144        $indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
    4245
Note: See TracChangeset for help on using the changeset viewer.