Ticket #13467: profile_help_update.patch

File profile_help_update.patch, 915 bytes (added by jane, 2 years ago)

Small edit to documentation link text on Profile screen

  • wp-admin/user-edit.php

     
    4141    '<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>' . 
    4242    '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>' .  
    4343    '<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>' . 
    4545    '<p>' . __('<a target="_blank" href="http://wordpress.org/support/">Support Forums</a>') . '</p>'  
    4646); 
    4747