Changeset 57380 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 01/30/2024 08:37:04 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r57312 r57380 185 185 if ( is_wp_error( $fields_update ) ) { 186 186 return $fields_update; 187 } 188 189 $terms_update = $this->handle_terms( $attachment_id, $request ); 190 191 if ( is_wp_error( $terms_update ) ) { 192 return $terms_update; 187 193 } 188 194
Note: See TracChangeset
for help on using the changeset viewer.