I18N: Fix typo in [48348].

Props swizzzpidy.
See #50578.
Built from https://develop.svn.wordpress.org/trunk@48351


git-svn-id: http://core.svn.wordpress.org/trunk@48120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2020-07-06 21:34:04 +00:00
parent 3d95a45675
commit 93662e1d32
3 changed files with 3 additions and 3 deletions

View File

@ -218,7 +218,7 @@ var getCount, updateCount, updateCountText, updatePending, updateApproved,
} else {
regExMatch = titleRegEx.exec( newTitle );
if ( regExMatch ) {
newTitle = newTitle.replace( regExMatch[0], __( 'Comments11' ) );
newTitle = newTitle.replace( regExMatch[0], __( 'Comments' ) );
}
}
document.title = newTitle;

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-48350';
$wp_version = '5.5-alpha-48351';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.