Changeset 24455 for trunk/wp-admin/includes/menu.php
- Timestamp:
- 06/20/2013 04:45:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/menu.php
r24048 r24455 157 157 } 158 158 159 if ( 0 === strpos($top[2], 'separator') ) { // if separator159 if ( 0 === strpos($top[2], 'separator') && false !== $lastorder ) { // if separator 160 160 $first = true; 161 161 $c = $menu[$lastorder][4];
Note: See TracChangeset
for help on using the changeset viewer.