Changeset 14139 for trunk/wp-admin/async-upload.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/async-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r11904 r14139 22 22 $_COOKIE[LOGGED_IN_COOKIE] = $_REQUEST['logged_in_cookie']; 23 23 unset($current_user); 24 require_once(' admin.php');24 require_once('./admin.php'); 25 25 26 26 header('Content-Type: text/plain; charset=' . get_option('blog_charset'));
Note: See TracChangeset
for help on using the changeset viewer.