Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4480 r4495  
    8484        }
    8585    }
    86    
     86
    8787    if ( empty($submenu[$parent]) )
    8888        unset($submenu[$parent]);
     
    9191// Loop over the top-level menu.
    9292// Menus for which the original parent is not acessible due to lack of privs will have the next
    93 // submenu in line be assigned as the new menu parent. 
     93// submenu in line be assigned as the new menu parent.
    9494foreach ( $menu as $id => $data ) {
    9595    if ( empty($submenu[$data[2]]) )
Note: See TracChangeset for help on using the changeset viewer.