Make WordPress Core


Ignore:
Timestamp:
12/02/2014 05:14:38 AM (10 years ago)
Author:
johnbillion
Message:

Admin help text changes for the General Settings screen, post editing screen, network settings screen, and user editing screen.

Fixes #30547
Props kpdesign

File:
1 edited

Legend:

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

    r30649 r30705  
    4949    '<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>' .
    5050    '<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>' .
     51    '<p>' . __( 'You can log out of other devices, such as your phone or a public computer, by clicking the Log Out of All Other Sessions button. The button will only display if you are logged in to more than one device.' ) . '</p>' .
    5152    '<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>' .
    5253    '<p>' . __('Remember to click the Update Profile button when you are finished.') . '</p>';
Note: See TracChangeset for help on using the changeset viewer.