Make WordPress Core


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

Strip trailing whitespace

File:
1 edited

Legend:

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

    r9989 r10150  
    1616 *     3: Class
    1717 *     4: ID
    18  *     5: Icon for top level menu 
     18 *     5: Icon for top level menu
    1919 *
    2020 * @global array $menu
     
    6666$menu[45] = array( sprintf( __('Plugins %s'), "<span class='update-plugins count-$update_count'><span class='plugin-count'>" . number_format_i18n($update_count) . "</span></span>" ), 'activate_plugins', 'plugins.php', '', 'menu-top', 'menu-plugins', 'div' );
    6767    $submenu['plugins.php'][5]  = array( __('Installed'), 'activate_plugins', 'plugins.php' );
    68     $submenu['plugins.php'][10] = array(_c('Add New|plugin'), 'install_plugins', 'plugin-install.php'); 
     68    $submenu['plugins.php'][10] = array(_c('Add New|plugin'), 'install_plugins', 'plugin-install.php');
    6969    $submenu['plugins.php'][15] = array( __('Editor'), 'edit_plugins', 'plugin-editor.php' );
    7070
     
    105105
    106106// Back-compat for old top-levels
    107 $_wp_real_parent_file['post.php'] = 'edit.php'; 
     107$_wp_real_parent_file['post.php'] = 'edit.php';
    108108$_wp_real_parent_file['post-new.php'] = 'edit.php';
    109109$_wp_real_parent_file['page-new.php'] = 'edit-pages.php';
Note: See TracChangeset for help on using the changeset viewer.