Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (17 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r10052 r10150  
    554554    if ( empty($icon_url) )
    555555        $icon_url = 'images/generic.png';
    556    
     556
    557557    $menu[] = array ( $menu_title, $access_level, $file, $page_title, 'menu-top ' . $hookname, $hookname, $icon_url );
    558558
     
    642642 * Add sub menu page to the tools main menu.
    643643 *
    644  * @param string $page_title 
     644 * @param string $page_title
    645645 * @param unknown_type $menu_title
    646646 * @param unknown_type $access_level
Note: See TracChangeset for help on using the changeset viewer.