Ticket #13736: 13736-users.php.diff
File 13736-users.php.diff, 1.3 KB (added by , 15 years ago) |
---|
-
wp-admin/users.php
24 24 '<p>' . __('You can customize the display of information on this screen as you can on other screens, by using the Screen Options tab and the on-screen filters.') . '</p>' . 25 25 '<p>' . __('To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.') . '</p>' . 26 26 '<p><strong>' . __('For more information:') . '</strong></p>' . 27 '<p>' . __('<a href="http://codex.wordpress.org/Users_ Authors_and_Users_SubPanel" target="_blank">Documentation on Authors andUsers</a>') . '</p>' .28 '<p>' . __('<a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank"> Roles and Capabilities Descriptions</a>') . '</p>' .27 '<p>' . __('<a href="http://codex.wordpress.org/Users_Users_SubPanel" target="_blank">Documentation on Managing Users</a>') . '</p>' . 28 '<p>' . __('<a href="http://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Documentation on Roles and Capabilities</a>') . '</p>' . 29 29 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 30 30 ); 31 31