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

Follow-up to [48172].

See #52627.
Built from https://develop.svn.wordpress.org/trunk@50561


git-svn-id: http://core.svn.wordpress.org/trunk@50174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-03-21 13:13:03 +00:00
parent a885f914e4
commit 590d59e92f
4 changed files with 4 additions and 4 deletions

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() )
);