Skip to content

Commit db1b481

Browse files
committed
Coding Standards: Fix alignment
In [61089], `auth_callback` was added which is causing phpcs to complain about the alignment with the other arguments in the array. Follow-up to [61089] and [61036]. See #64153, #63168. git-svn-id: https://develop.svn.wordpress.org/trunk@61138 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3624bf1 commit db1b481

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/wp-includes/comment.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4119,10 +4119,10 @@ function wp_create_initial_comment_meta() {
41194119
'comment',
41204120
'_wp_note_status',
41214121
array(
4122-
'type' => 'string',
4123-
'description' => __( 'Note resolution status' ),
4124-
'single' => true,
4125-
'show_in_rest' => array(
4122+
'type' => 'string',
4123+
'description' => __( 'Note resolution status' ),
4124+
'single' => true,
4125+
'show_in_rest' => array(
41264126
'schema' => array(
41274127
'type' => 'string',
41284128
'enum' => array( 'resolved', 'reopen' ),

0 commit comments

Comments
 (0)