Help/About: Use the correct comment for translators.

Follow up to [54843].

Unprops desrosj.
Props SergeyBiryukov.
See #57119.
Built from https://develop.svn.wordpress.org/branches/6.1@54844


git-svn-id: http://core.svn.wordpress.org/branches/6.1@54396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2022-11-15 18:50:12 +00:00
parent 6d319069b0
commit db5f688eb1
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<p>
<?php
printf(
/* translators: 1: WordPress version number, 2: Plural number of bugs. Singular security issue. */
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
_n(
'<strong>Version %1$s</strong> addressed %2$s bug.',
'<strong>Version %1$s</strong> addressed %2$s bugs.',

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1.1-RC1-54843';
$wp_version = '6.1.1-RC1-54844';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.