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:
parent
9ba7ab1cfc
commit
4d546a12cf
|
@ -3114,7 +3114,7 @@ function wp_ajax_destroy_sessions() {
|
|||
$message = __( 'You are now logged out everywhere else.' );
|
||||
} else {
|
||||
$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 );
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue