Changeset 48185 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 06/26/2020 06:47:28 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r48184 r48185 881 881 * Filters whether to short-circuit moving the uploaded file after passing all checks. 882 882 * 883 * If a non-null value is passed to the filter, moving the file and any related error884 * reporting will be completely skipped.883 * If a non-null value is returned from the filter, moving the file and any related 884 * error reporting will be completely skipped. 885 885 * 886 886 * @since 4.9.0
Note: See TracChangeset
for help on using the changeset viewer.