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:
parent
a885f914e4
commit
590d59e92f
|
@ -978,8 +978,8 @@ function update_core( $from, $to ) {
|
||||||
$php_update_message = '';
|
$php_update_message = '';
|
||||||
|
|
||||||
if ( function_exists( 'wp_get_update_php_url' ) ) {
|
if ( function_exists( 'wp_get_update_php_url' ) ) {
|
||||||
/* translators: %s: URL to Update PHP page. */
|
|
||||||
$php_update_message = '</p><p>' . sprintf(
|
$php_update_message = '</p><p>' . sprintf(
|
||||||
|
/* translators: %s: URL to Update PHP page. */
|
||||||
__( '<a href="%s">Learn more about updating PHP</a>.' ),
|
__( '<a href="%s">Learn more about updating PHP</a>.' ),
|
||||||
esc_url( wp_get_update_php_url() )
|
esc_url( wp_get_update_php_url() )
|
||||||
);
|
);
|
||||||
|
|
|
@ -239,8 +239,8 @@ $version_url = sprintf(
|
||||||
sanitize_title( $wp_version )
|
sanitize_title( $wp_version )
|
||||||
);
|
);
|
||||||
|
|
||||||
/* translators: %s: URL to Update PHP page. */
|
|
||||||
$php_update_message = '</p><p>' . sprintf(
|
$php_update_message = '</p><p>' . sprintf(
|
||||||
|
/* translators: %s: URL to Update PHP page. */
|
||||||
__( '<a href="%s">Learn more about updating PHP</a>.' ),
|
__( '<a href="%s">Learn more about updating PHP</a>.' ),
|
||||||
esc_url( wp_get_update_php_url() )
|
esc_url( wp_get_update_php_url() )
|
||||||
);
|
);
|
||||||
|
|
|
@ -81,8 +81,8 @@ elseif ( ! $php_compat || ! $mysql_compat ) :
|
||||||
sanitize_title( $wp_version )
|
sanitize_title( $wp_version )
|
||||||
);
|
);
|
||||||
|
|
||||||
/* translators: %s: URL to Update PHP page. */
|
|
||||||
$php_update_message = '</p><p>' . sprintf(
|
$php_update_message = '</p><p>' . sprintf(
|
||||||
|
/* translators: %s: URL to Update PHP page. */
|
||||||
__( '<a href="%s">Learn more about updating PHP</a>.' ),
|
__( '<a href="%s">Learn more about updating PHP</a>.' ),
|
||||||
esc_url( wp_get_update_php_url() )
|
esc_url( wp_get_update_php_url() )
|
||||||
);
|
);
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.8-alpha-50560';
|
$wp_version = '5.8-alpha-50561';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue