Changeset 8618 for trunk/wp-admin/async-upload.php
- Timestamp:
- 08/11/2008 08:26:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r8600 r8618 1 1 <?php 2 3 /* This accepts file uploads from swfupload or other asynchronous upload methods. 4 5 */ 2 /** 3 * Accepts file uploads from swfupload or other asynchronous upload methods. 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 6 8 7 9 if ( defined('ABSPATH') )
Note: See TracChangeset
for help on using the changeset viewer.