mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
I18N: Fix typo in a translator comment.
See #46920. Built from https://develop.svn.wordpress.org/trunk@45207 git-svn-id: http://core.svn.wordpress.org/trunk@45016 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7af011a5f0
commit
6efa2cd724
@ -654,7 +654,7 @@ class WP_Automatic_Updater {
|
||||
|
||||
case 'fail': // We tried to update but couldn't.
|
||||
case 'manual': // We can't update (and made no attempt).
|
||||
/* translators: Updated available notification email subject. 1: Site title, 2: WordPress version number. */
|
||||
/* translators: Update available notification email subject. 1: Site title, 2: WordPress version number. */
|
||||
$subject = __( '[%1$s] WordPress %2$s is available. Please update!' );
|
||||
break;
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2-beta3-45206';
|
||||
$wp_version = '5.2-beta3-45207';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user