Changeset 61036 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/21/2025 02:00:33 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r60987 r61036 4121 4121 '_wp_note_status', 4122 4122 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( 4127 4127 'schema' => array( 4128 4128 'type' => 'string',
Note: See TracChangeset
for help on using the changeset viewer.