Changeset 16438 for trunk/wp-admin/includes/file.php
- Timestamp:
- 11/17/2010 06:47:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/file.php
r16366 r16438 97 97 * @since 1.5.0 98 98 * 99 * @uses get_home_path 99 * @uses get_home_path 100 100 * @uses WP_CONTENT_DIR full filesystem path to the wp-content directory 101 101 * @param string $file filesystem path relative to the WordPress install directory or to the wp-content directory … … 255 255 * @uses wp_upload_dir 256 256 * @uses wp_unique_filename 257 * @uses delete_transient 257 * @uses delete_transient 258 258 * @param array $file Reference to a single element of $_FILES. Call the function once for each uploaded file. 259 259 * @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.