Changeset 57380 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 01/30/2024 08:37:04 AM (2 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)