Changeset 56434 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 08/24/2023 08:59:36 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r56186 r56434 778 778 * 779 779 * @type callable $upload_error_handler Function to call when there is an error during the upload process. 780 * @see wp_handle_upload_error().780 * See {@see wp_handle_upload_error()}. 781 781 * @type callable $unique_filename_callback Function to call when determining a unique file name for the file. 782 * @see wp_unique_filename().782 * See {@see wp_unique_filename()}. 783 783 * @type string[] $upload_error_strings The strings that describe the error indicated in 784 784 * `$_FILES[{form field}]['error']`. … … 846 846 * 847 847 * @param array|false $overrides An array of override parameters for this file. Boolean false if none are 848 * provided. @see _wp_handle_upload().848 * provided. See {@see _wp_handle_upload()}. 849 849 * @param array $file { 850 850 * Reference to a single element from `$_FILES`.
Note: See TracChangeset
for help on using the changeset viewer.