Changeset 39671 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
- Timestamp:
- 01/04/2017 01:22:49 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
r39598 r39671 226 226 $attachment = get_post( $request['id'] ); 227 227 228 /* This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php */228 /** This action is documented in wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php */ 229 229 do_action( 'rest_insert_attachment', $data, $request, false ); 230 230
Note: See TracChangeset
for help on using the changeset viewer.