Make WordPress Core


Ignore:
Timestamp:
02/20/2026 07:48:15 PM (3 months ago)
Author:
SergeyBiryukov
Message:

General: Remove unused variable in wp_unique_filename().

Follow-up to [51653].

Props Soean.
Fixes #64675.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r61699 r61710  
    25572557    // Sanitize the file name before we begin processing.
    25582558    $filename = sanitize_file_name( $filename );
    2559     $ext2     = null;
    25602559
    25612560    // Initialize vars used in the wp_unique_filename filter.
Note: See TracChangeset for help on using the changeset viewer.