Changeset 25457 for trunk/src/wp-admin/network/index.php
- Timestamp:
- 09/16/2013 08:13:36 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/network/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/index.php
r23657 r25457 37 37 38 38 $quick_tasks = '<p>' . __( 'The Right Now widget on this screen provides current user and site counts on your network.' ) . '</p>'; 39 $quick_tasks .= '<ul><li>' . __( 'To add a new user <strong>click Create a New User</strong>' ) . '</li>';40 $quick_tasks .= '<li>' . __( 'To add a new site <strong>click Create a New Site</strong>' ) . '</li></ul>';39 $quick_tasks .= '<ul><li>' . __( 'To add a new user, <strong>click Create a New User</strong>.' ) . '</li>'; 40 $quick_tasks .= '<li>' . __( 'To add a new site, <strong>click Create a New Site</strong>.' ) . '</li></ul>'; 41 41 $quick_tasks .= '<p>' . __( 'To search for a user or site, use the search boxes.' ) . '</p>'; 42 $quick_tasks .= '<ul><li>' . __( ' <strong>To search for a user</strong> enter all or part of a username or email address' ) . '</li>';43 $quick_tasks .= '<li>' . __( ' <strong>To search for a site</strong> enter the path or domain' ) . '</li></ul>';42 $quick_tasks .= '<ul><li>' . __( 'To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user*.' ) . '</li>'; 43 $quick_tasks .= '<li>' . __( 'To search for a site, <strong>enter the path or domain</strong>.' ) . '</li></ul>'; 44 44 45 45 get_current_screen()->add_help_tab( array(
Note: See TracChangeset
for help on using the changeset viewer.