Ticket #13467: profile_help_update.patch
File profile_help_update.patch, 915 bytes (added by , 15 years ago) |
---|
-
wp-admin/user-edit.php
41 41 '<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>' . 42 42 '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' . 43 43 '<p><strong>' . __('For more information:') . '</strong></p>' . 44 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Your_Profile_SubPanel"> User Profile</a>') . '</p>' .44 '<p>' . __('<a target="_blank" href="http://codex.wordpress.org/Users_Your_Profile_SubPanel">Documentation on User Profiles</a>') . '</p>' . 45 45 '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 46 46 ); 47 47