Make WordPress Core

Changeset 61138


Ignore:
Timestamp:
11/04/2025 07:20:56 PM (6 weeks ago)
Author:
jorbin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r61105 r61138  
    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',
Note: See TracChangeset for help on using the changeset viewer.