I18N: Reference correct placeholder in a translator comment added in [30333].

See #30264.
Built from https://develop.svn.wordpress.org/trunk@39908


git-svn-id: http://core.svn.wordpress.org/trunk@39845 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-01-15 08:07:43 +00:00
parent 9ba7ab1cfc
commit 4d546a12cf
2 changed files with 2 additions and 2 deletions

View File

@ -3114,7 +3114,7 @@ function wp_ajax_destroy_sessions() {
$message = __( 'You are now logged out everywhere else.' ); $message = __( 'You are now logged out everywhere else.' );
} else { } else {
$sessions->destroy_all(); $sessions->destroy_all();
/* translators: 1: User's display name. */ /* translators: %s: User's display name. */
$message = sprintf( __( '%s has been logged out.' ), $user->display_name ); $message = sprintf( __( '%s has been logged out.' ), $user->display_name );
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.8-alpha-39907'; $wp_version = '4.8-alpha-39908';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.