Changeset 58694 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 07/09/2024 01:51:12 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r58612 r58694 1208 1208 } 1209 1209 1210 list( $type, $attr_parts ) = explode( ';', $value, 2 );1210 list( , $attr_parts ) = explode( ';', $value, 2 ); 1211 1211 1212 1212 $attr_parts = explode( ';', $attr_parts );
Note: See TracChangeset
for help on using the changeset viewer.