Coding Standards: Fix WPCS issue in [47475].

See #49295.
Built from https://develop.svn.wordpress.org/trunk@47476


git-svn-id: http://core.svn.wordpress.org/trunk@47265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-03-20 17:33:07 +00:00
parent 8f31a95982
commit 77e32cff47
2 changed files with 6 additions and 6 deletions

View File

@ -50,11 +50,11 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
<div class="about__section has-2-columns has-subtle-background-color">
<h2 class="is-section-header">
<?php
printf(
/* translators: %s: The current WordPress version number. */
__( 'Welcome to WordPress %s.' ),
$display_version
);
printf(
/* translators: %s: The current WordPress version number. */
__( 'Welcome to WordPress %s.' ),
$display_version
);
?>
</h2>
<div class="column">

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47475';
$wp_version = '5.5-alpha-47476';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.