Ticket #23163: 23163.3.diff
File 23163.3.diff, 1.5 KB (added by , 10 years ago) |
---|
-
src/wp-admin/network/index.php
36 36 ) ); 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>' . __( '<strong>To search for a user</strong>, enter an email address or username. Use a wildcard to search for a partial username, such as user*.' ) . '</li>'; 43 $quick_tasks .= '<li>' . __( '<strong>To search for a site</strong>, enter the path or domain.' ) . '</li></ul>'; 44 44 45 45 get_current_screen()->add_help_tab( array( 46 46 'id' => 'quick-tasks',