Coding Standards: Move some translator comments to the correct place.

Follow-up to [48172].

See #52627.

git-svn-id: https://develop.svn.wordpress.org/trunk@50561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2021-03-21 13:11:11 +00:00
parent 89e6e2d31e
commit 4cc3f127df
3 changed files with 3 additions and 3 deletions

View File

@ -978,8 +978,8 @@ function update_core( $from, $to ) {
$php_update_message = '';
if ( function_exists( 'wp_get_update_php_url' ) ) {
/* translators: %s: URL to Update PHP page. */
$php_update_message = '</p><p>' . sprintf(
/* translators: %s: URL to Update PHP page. */
__( '<a href="%s">Learn more about updating PHP</a>.' ),
esc_url( wp_get_update_php_url() )
);

View File

@ -239,8 +239,8 @@ $version_url = sprintf(
sanitize_title( $wp_version )
);
/* translators: %s: URL to Update PHP page. */
$php_update_message = '</p><p>' . sprintf(
/* translators: %s: URL to Update PHP page. */
__( '<a href="%s">Learn more about updating PHP</a>.' ),
esc_url( wp_get_update_php_url() )
);

View File

@ -81,8 +81,8 @@ elseif ( ! $php_compat || ! $mysql_compat ) :
sanitize_title( $wp_version )
);
/* translators: %s: URL to Update PHP page. */
$php_update_message = '</p><p>' . sprintf(
/* translators: %s: URL to Update PHP page. */
__( '<a href="%s">Learn more about updating PHP</a>.' ),
esc_url( wp_get_update_php_url() )
);