Make WordPress Core


Ignore:
Timestamp:
11/17/2010 06:47:34 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r16366 r16438  
    9797 * @since 1.5.0
    9898 *
    99  * @uses get_home_path 
     99 * @uses get_home_path
    100100 * @uses WP_CONTENT_DIR full filesystem path to the wp-content directory
    101101 * @param string $file filesystem path relative to the WordPress install directory or to the wp-content directory
     
    255255 * @uses wp_upload_dir
    256256 * @uses wp_unique_filename
    257  * @uses delete_transient   
     257 * @uses delete_transient
    258258 * @param array $file Reference to a single element of $_FILES. Call the function once for each uploaded file.
    259259 * @param array $overrides Optional. An associative array of names=>values to override default variables with extract( $overrides, EXTR_OVERWRITE ).
Note: See TracChangeset for help on using the changeset viewer.