Changeset 37537 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 05/23/2016 05:27:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r37488 r37537 421 421 422 422 /** 423 * Wrapper for _wp_handle_upload(), passes 'wp_handle_upload' action. 423 * Wrapper for _wp_handle_upload(). 424 * 425 * Passes the {@see 'wp_handle_upload'} action. 424 426 * 425 427 * @since 2.0.0 … … 427 429 * @see _wp_handle_upload() 428 430 * 429 * @param array $file Reference to a single element of $_FILES. Call the function once for431 * @param array $file Reference to a single element of `$_FILES`. Call the function once for 430 432 * each uploaded file. 431 433 * @param array|bool $overrides Optional. An associative array of names=>values to override default … … 449 451 450 452 /** 451 * Wrapper for _wp_handle_upload(), passes 'wp_handle_sideload' action 453 * Wrapper for _wp_handle_upload(). 454 * 455 * Passes the {@see 'wp_handle_sideload'} action. 452 456 * 453 457 * @since 2.6.0 … … 455 459 * @see _wp_handle_upload() 456 460 * 457 * @param array $file An array similar to that of a PHP $_FILESPOST array461 * @param array $file An array similar to that of a PHP `$_FILES` POST array 458 462 * @param array|bool $overrides Optional. An associative array of names=>values to override default 459 463 * variables. Default false.
Note: See TracChangeset
for help on using the changeset viewer.