Changeset 19111 for trunk/wp-admin/user-edit.php
- Timestamp:
- 11/02/2011 03:12:37 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r18953 r19111 43 43 '<p>' . __('Your username cannot be changed, but you can use other fields to enter your real name or a nickname, and change which name to display on your posts.') . '</p>' . 44 44 '<p>' . __('Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.') . '</p>' . 45 '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' . 45 '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' 46 ); 47 48 get_current_screen()->add_help_sidebar( 46 49 '<p><strong>' . __('For more information:') . '</strong></p>' . 47 50 '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' . 48 51 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 49 52 ); 50 51 53 52 54 $wp_http_referer = remove_query_arg(array('update', 'delete_count'), stripslashes($wp_http_referer));
Note: See TracChangeset
for help on using the changeset viewer.