Changeset 61710 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/20/2026 07:48:15 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r61699 r61710 2557 2557 // Sanitize the file name before we begin processing. 2558 2558 $filename = sanitize_file_name( $filename ); 2559 $ext2 = null;2560 2559 2561 2560 // Initialize vars used in the wp_unique_filename filter.
Note: See TracChangeset
for help on using the changeset viewer.