From 7aa41d1e374d7d841d06e1a60ad45dfb700ba977 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Wed, 22 Jul 2015 20:50:25 +0000 Subject: [PATCH] Improve the "sessions" section strings. fixes #33082 props johnjamesjacoby Built from https://develop.svn.wordpress.org/trunk@33368 git-svn-id: http://core.svn.wordpress.org/trunk@33340 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/user-edit.php | 18 +++++++++--------- wp-includes/version.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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.