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:
@@ -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() )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user