diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index 4e6c71862d..18db41b12a 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -466,7 +466,7 @@ if ( $show_password_fields ) : - +
+

@@ -511,23 +511,23 @@ if ( IS_PROFILE_PAGE && count( $sessions->get_all() ) === 1 ) : ?> get_all() ) > 1 ) : ?> -   + -
+

- +

get_all() ) : ?> -   + -

+

display_name ); + printf( __( 'Log %s out of all locations.' ), $profileuser->display_name ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 0585224a42..ebb54b8ec8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta3-33367'; +$wp_version = '4.3-beta3-33368'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.