Changeset 27558
- Timestamp:
- 03/15/2014 07:58:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/async-upload.php
r25942 r27558 6 6 * @subpackage Administration 7 7 */ 8 9 if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) { 10 define( 'DOING_AJAX', true ); 11 } 8 12 9 13 define('WP_ADMIN', true); … … 33 37 34 38 if ( isset( $_REQUEST['action'] ) && 'upload-attachment' === $_REQUEST['action'] ) { 35 define( 'DOING_AJAX', true );36 39 include ABSPATH . 'wp-admin/includes/ajax-actions.php'; 37 40
Note: See TracChangeset
for help on using the changeset viewer.