mirror of
git://develop.git.wordpress.org/
synced 2025-03-19 11:29:48 +01:00
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:
parent
89e6e2d31e
commit
4cc3f127df
@ -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() )
|
||||
);
|
||||
|
@ -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() )
|
||||
);
|
||||
|
@ -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() )
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user