Skip to content

Commit f65c0fc

Browse files
committed
Coding Standards: Whitespace fixes of about page for 6.9.1.
Follow up to r61581. git-svn-id: https://develop.svn.wordpress.org/branches/6.9@61586 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 61bec90 commit f65c0fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/wp-admin/about.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
6161
</nav>
6262

63-
<div class="about__section changelog has-subtle-background-color">
63+
<div class="about__section changelog has-subtle-background-color">
6464
<div class="column">
6565
<h2><?php _e( 'Maintenance and Security Release' ); ?></h2>
6666
<p>
6767
<?php
6868
printf(
69-
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
70-
_n(
69+
/* translators: 1: WordPress version number, 2: Plural number of bugs. */
70+
_n(
7171
'<strong>Version %1$s</strong> addressed %2$s bug.',
7272
'<strong>Version %1$s</strong> addressed %2$s bugs.',
7373
49
@@ -78,9 +78,9 @@
7878
?>
7979
<?php
8080
printf(
81-
/* translators: %s: HelpHub URL. */
82-
__( 'For more information, see <a href="%s">the release notes</a>.' ),
83-
sprintf(
81+
/* translators: %s: HelpHub URL. */
82+
__( 'For more information, see <a href="%s">the release notes</a>.' ),
83+
sprintf(
8484
/* translators: %s: WordPress version. */
8585
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
8686
sanitize_title( '6.9.1' )

0 commit comments

Comments
 (0)