Show
Ignore:
Timestamp:
08/11/08 20:26:31 (3 months ago)
Author:
ryan
Message:

WP-Admin File Level Inline Documentation from santosj. see #7496

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/async-upload.php

    r8600 r8618  
    11<?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 */ 
    68 
    79if ( defined('ABSPATH') )