Changeset 61138
- Timestamp:
- 11/04/2025 07:20:56 PM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r61105 r61138 4120 4120 '_wp_note_status', 4121 4121 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( 4126 4126 'schema' => array( 4127 4127 'type' => 'string',
Note: See TracChangeset
for help on using the changeset viewer.