mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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
This commit is contained in:
parent
b2b1e5fb25
commit
4de9aac8cd
@ -39,17 +39,17 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<p>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: WordPress version number */
|
||||
/* translators: %s: WordPress version number */
|
||||
__( '<strong>Version %s</strong> addressed some security issues.' ),
|
||||
'5.1.3'
|
||||
);
|
||||
?>
|
||||
<?php
|
||||
printf(
|
||||
/* translators: %s: HelpHub URL */
|
||||
/* translators: %s: HelpHub URL */
|
||||
__( 'For more information, see <a href="%s">the release notes</a>.' ),
|
||||
sprintf(
|
||||
/* translators: %s: WordPress version */
|
||||
/* translators: %s: WordPress version */
|
||||
esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
|
||||
sanitize_title( '5.1.3' )
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user