Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12728 r12733  
    138138    elseif ( is_super_admin() || get_site_option( 'add_new_users' ) )
    139139        $submenu['users.php'][10] = array(__('Add New') . ' <strong>*</strong>', 'create_users', 'ms-options.php#addnewusers');
    140        
     140
    141141    $submenu['users.php'][15] = array(__('Your Profile'), 'read', 'profile.php');
    142142} else {
Note: See TracChangeset for help on using the changeset viewer.