Skip to content

Commit

Permalink
Coding Standards: Fix WPCS issue in [47475].
Browse files Browse the repository at this point in the history
See #49295.

git-svn-id: https://develop.svn.wordpress.org/trunk@47476 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Mar 20, 2020
1 parent e45a2eb commit 7c15916
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/wp-admin/about.php
Expand Up @@ -50,11 +50,11 @@
<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">
Expand Down

0 comments on commit 7c15916

Please sign in to comment.