Skip to content

Commit 8d24041

Browse files
committed
Coding Standards: Align equals sign with surrounding assignments.
Fixes `Generic.Formatting.MultipleStatementAlignment.NotSameWarning` issue in PHPCS. Follow-up to [61068], [61069]. See #64146. git-svn-id: https://develop.svn.wordpress.org/trunk@61075 602fd350-edb4-49c9-b593-d223f7449a82
1 parent dfd1bd1 commit 8d24041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/abilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function wp_register_core_abilities(): void {
7979
'description' => __( 'The WordPress version.' ),
8080
),
8181
);
82-
$site_info_fields = array_keys( $site_info_properties );
82+
$site_info_fields = array_keys( $site_info_properties );
8383

8484
wp_register_ability(
8585
'core/get-site-info',

0 commit comments

Comments
 (0)