mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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:
parent
3d95a45675
commit
93662e1d32
@ -218,7 +218,7 @@ var getCount, updateCount, updateCountText, updatePending, updateApproved,
|
|||||||
} else {
|
} else {
|
||||||
regExMatch = titleRegEx.exec( newTitle );
|
regExMatch = titleRegEx.exec( newTitle );
|
||||||
if ( regExMatch ) {
|
if ( regExMatch ) {
|
||||||
newTitle = newTitle.replace( regExMatch[0], __( 'Comments11' ) );
|
newTitle = newTitle.replace( regExMatch[0], __( 'Comments' ) );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
document.title = newTitle;
|
document.title = newTitle;
|
||||||
|
2
wp-admin/js/edit-comments.min.js
vendored
2
wp-admin/js/edit-comments.min.js
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user