Make WordPress Core


Ignore:
Timestamp:
12/14/2025 06:57:50 AM (8 months ago)
Author:
westonruter
Message:

Coding Standards: Remove whitespace at end of line.

Fixes PHPCS warning: Squiz.WhiteSpace.SuperfluousWhitespace.EndLine.

Follow-up to [61374].

See #64398.

File:
1 edited

Legend:

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

    r61374 r61375  
    19721972                        continue;
    19731973                }
    1974        
     1974
    19751975                if ( str_starts_with( $archive_file['filename'], '__MACOSX/' ) ) { // Don't extract the OS X-created __MACOSX directory files.
    19761976                        continue;
Note: See TracChangeset for help on using the changeset viewer.