Make WordPress Core


Ignore:
Timestamp:
10/21/2025 02:00:33 PM (4 months ago)
Author:
jorbin
Message:

Coding Standards: Fix blank spaces.

Nice to meet you, where you been?

See #63168.

File:
1 edited

Legend:

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

    r60987 r61036  
    41214121        '_wp_note_status',
    41224122        array(
    4123             'type'          => 'string',
    4124             'description'   => __( 'Note resolution status' ),
    4125             'single'        => true,
    4126             'show_in_rest'  => array(
     4123            'type'         => 'string',
     4124            'description'  => __( 'Note resolution status' ),
     4125            'single'       => true,
     4126            'show_in_rest' => array(
    41274127                'schema' => array(
    41284128                    'type' => 'string',
Note: See TracChangeset for help on using the changeset viewer.