- Timestamp:
- 09/14/2023 12:44:23 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r56193 r56586 1040 1040 // Restores the more descriptive, specific name for use within this method. 1041 1041 $comment = $item; 1042 $fields = $this->get_fields_for_response( $request ); 1043 $data = array(); 1042 1043 $fields = $this->get_fields_for_response( $request ); 1044 $data = array(); 1044 1045 1045 1046 if ( in_array( 'id', $fields, true ) ) {
Note: See TracChangeset
for help on using the changeset viewer.