Make WordPress Core


Ignore:
Timestamp:
08/11/2008 08:26:31 PM (17 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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') )
Note: See TracChangeset for help on using the changeset viewer.