Changeset 28479 for trunk/src/wp-admin/async-upload.php
- Timestamp:
- 05/18/2014 08:51:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r28478 r28479 39 39 40 40 if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) { 41 include ABSPATH . 'wp-admin/includes/ajax-actions.php';41 include( ABSPATH . 'wp-admin/includes/ajax-actions.php' ); 42 42 43 43 send_nosniff_header();
Note: See TracChangeset
for help on using the changeset viewer.