Make WordPress Core


Ignore:
Timestamp:
11/02/2011 03:12:37 AM (14 years ago)
Author:
ryan
Message:

Use add_help_sidebar(). see #19020

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r18953 r19111  
    4343    '<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>' .
    4444    '<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
     48get_current_screen()->add_help_sidebar(
    4649    '<p><strong>' . __('For more information:') . '</strong></p>' .
    4750    '<p>' . __('<a href="http://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .
    4851    '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'
    4952);
    50 
    5153
    5254$wp_http_referer = remove_query_arg(array('update', 'delete_count'), stripslashes($wp_http_referer));
Note: See TracChangeset for help on using the changeset viewer.