Coding Standards: Align equal signs.
Follow-up to [61204]. See #63941. Built from https://develop.svn.wordpress.org/trunk@61208 git-svn-id: http://core.svn.wordpress.org/trunk@60544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,7 +13,7 @@ require_once __DIR__ . '/admin.php';
|
||||
$title = __( 'Get Involved' );
|
||||
|
||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
||||
$header_alt_text = sprintf(
|
||||
$header_alt_text = sprintf(
|
||||
/* translators: %s: Version number. */
|
||||
__( 'WordPress %s' ),
|
||||
$display_version
|
||||
|
||||
@@ -14,7 +14,7 @@ require_once __DIR__ . '/includes/credits.php';
|
||||
$title = __( 'Credits' );
|
||||
|
||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
||||
$header_alt_text = sprintf(
|
||||
$header_alt_text = sprintf(
|
||||
/* translators: %s: Version number. */
|
||||
__( 'WordPress %s' ),
|
||||
$display_version
|
||||
|
||||
@@ -19,7 +19,7 @@ if ( isset( $_GET['privacy-notice'] ) ) {
|
||||
$title = __( 'Freedoms' );
|
||||
|
||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
||||
$header_alt_text = sprintf(
|
||||
$header_alt_text = sprintf(
|
||||
/* translators: %s: Version number. */
|
||||
__( 'WordPress %s' ),
|
||||
$display_version
|
||||
|
||||
@@ -13,7 +13,7 @@ require_once __DIR__ . '/admin.php';
|
||||
$title = __( 'Privacy' );
|
||||
|
||||
list( $display_version ) = explode( '-', get_bloginfo( 'version' ) );
|
||||
$header_alt_text = sprintf(
|
||||
$header_alt_text = sprintf(
|
||||
/* translators: %s: Version number. */
|
||||
__( 'WordPress %s' ),
|
||||
$display_version
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.9-beta4-61207';
|
||||
$wp_version = '6.9-beta4-61208';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user