Changeset 15135 for trunk/wp-admin/user-new.php
- Timestamp:
- 06/04/2010 03:42:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-new.php
r15116 r15135 122 122 '<p>' . __('Remember to click the Add User button at the bottom of this screen when you are finished.') . '</p>' . 123 123 '<p><strong>' . __('For more information:') . '</strong></p>' . 124 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Add_New_SubPanel">Documentation on Adding New Users</a>') . '</p>' .125 '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'124 '<p>' . __('<a href="http://codex.wordpress.org/Users_Add_New_SubPanel" target="_blank">Documentation on Adding New Users</a>') . '</p>' . 125 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 126 126 ); 127 127
Note: See TracChangeset
for help on using the changeset viewer.