Ticket #23182: includes-menu.php.patch
File includes-menu.php.patch, 450 bytes (added by , 12 years ago) |
---|
-
menu.php
156 156 continue; 157 157 } 158 158 159 if ( 0 === strpos($top[2], 'separator') ) { // if separator159 if ( 0 === strpos($top[2], 'separator') && $lastorder !== false ) { // if separator 160 160 $first = true; 161 161 $c = $menu[$lastorder][4]; 162 162 $menu[$lastorder][4] = add_cssclass('menu-top-last', $c);