Make WordPress Core


Ignore:
Timestamp:
12/01/2011 04:51:35 AM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-new.php

    r19509 r19528  
    152152$help .= '<p>' . __('Remember to click the Add New User button at the bottom of this screen when you are finished.') . '</p>';
    153153
    154 get_current_screen()->add_help_tab( array( 
    155     'id'      => 'overview', 
    156     'title'   => __('Overview'), 
     154get_current_screen()->add_help_tab( array(
     155    'id'      => 'overview',
     156    'title'   => __('Overview'),
    157157    'content' => $help,
    158158) );
    159159
    160 get_current_screen()->add_help_tab( array( 
    161 'id'      => 'user-roles', 
    162 'title'   => __('User Roles'), 
     160get_current_screen()->add_help_tab( array(
     161'id'      => 'user-roles',
     162'title'   => __('User Roles'),
    163163'content' => '<p>' . __('Here is a basic overview of the different user roles and the permissions associated with each one:') . '</p>' .
    164164                '<ul>' .
Note: See TracChangeset for help on using the changeset viewer.