' . __( 'Your profile contains information about you (your “account”) as well as some personal options related to using WordPress.' ) . '
' . __( '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.' ) . '
' . __( 'You can select the language you wish to use while using the WordPress administration screen without affecting the language site visitors see.' ) . '
' . __( '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.' ) . '
' . __( 'You can log out of other devices, such as your phone or a public computer, by clicking the Log Out Everywhere Else button.' ) . '
' . __( 'Required fields are indicated; the rest are optional. Profile information will only be displayed if your theme is set up to do so.' ) . '
' . __( 'Remember to click the Update Profile button when you are finished.' ) . '
' . __( 'For more information:' ) . '
' . __( 'Documentation on User Profiles' ) . '
' . __( 'Support forums' ) . '
", $errors->get_error_messages() ), array( 'additional_classes' => array( 'error' ), ) ); } ?>
ID ) ); ?> />
The new address will not become active until confirmed.' ); ?>
' . esc_html( $new_email['newemail'] ) . '
You can change your profile picture on Gravatar.' ), __( 'https://en.gravatar.com/' ) ); } else { $description = ''; } /** * Filters the user profile picture description displayed under the Gravatar. * * @since 4.4.0 * @since 4.7.0 Added the `$profile_user` parameter. * * @param string $description The description that will be printed. * @param WP_User $profile_user The current WP_User object. */ echo apply_filters( 'user_profile_picture_description', $description, $profile_user ); ?>
display_name ) ); ?>
display_name ); ?>
the %2$s site in this installation that you have permissions on.', 'Application passwords grant access to all %2$s sites in this installation that you have permissions on.', $blogs_count ); if ( is_super_admin( $user_id ) ) { /* translators: 1: URL to my-sites.php, 2: Number of sites the user has. */ $message = _n( 'Application passwords grant access to the %2$s site on the network as you have Super Admin rights.', 'Application passwords grant access to all %2$s sites on the network as you have Super Admin rights.', $blogs_count ); } printf( $message, admin_url( 'my-sites.php' ), number_format_i18n( $blogs_count ) ); ?>
set the environment type accordingly to enable application passwords.' ), __( 'https://developer.wordpress.org/apis/wp-config-php/#wp-environment-type' ) ); ?>