Skip to content

Commit 4de9aac

Browse files
committed
Coding Standards: Fix indentation issues introduced in [46509].
git-svn-id: https://develop.svn.wordpress.org/branches/5.1@46541 602fd350-edb4-49c9-b593-d223f7449a82
1 parent b2b1e5f commit 4de9aac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/wp-admin/about.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@
3939
<p>
4040
<?php
4141
printf(
42-
/* translators: %s: WordPress version number */
42+
/* translators: %s: WordPress version number */
4343
__( '<strong>Version %s</strong> addressed some security issues.' ),
4444
'5.1.3'
4545
);
4646
?>
4747
<?php
4848
printf(
49-
/* translators: %s: HelpHub URL */
49+
/* translators: %s: HelpHub URL */
5050
__( 'For more information, see <a href="%s">the release notes</a>.' ),
5151
sprintf(
52-
/* translators: %s: WordPress version */
52+
/* translators: %s: WordPress version */
5353
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
5454
sanitize_title( '5.1.3' )
5555
)

0 commit comments

Comments
 (0)