| 39 | | // contextual help - choose Help on the top right of admin panel to preview this. |
| 40 | | add_contextual_help($current_screen, |
| 41 | | '<p>' . __('Your profile contains information about you (your “account”) as well as some personal options related to using WordPress.') . '</p>' . |
| 42 | | '<p>' . __('You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things.') . '</p>' . |
| | 39 | get_current_screen()->add_help_tab( array( |
| | 40 | 'id' => 'your-profile', |
| | 41 | 'title' => __('Your Profile'), |
| | 42 | 'content' => '<p>' . __('Your profile contains information about you (your “account”) as well as some personal options related to using WordPress.') . '</p>' . |
| | 43 | '<p>' . __('You can change your password, turn on keyboard shortcuts, change the color scheme of your WordPress administration screens, and turn off the WYSIWYG (Visual) editor, among other things. You can hide the Toolbar (formerly called the Admin Bar) from the front end of your site, however it cannot be disabled on the admin screens.') . '</p>' . |