Skip to content

Commit 1d217fe

Browse files
committed
Coding Standards: Remove whitespace at end of line.
Fixes PHPCS warning: `Squiz.WhiteSpace.SuperfluousWhitespace.EndLine`. Follow-up to [61374]. See #64398. Built from https://develop.svn.wordpress.org/trunk@61375 git-svn-id: https://core.svn.wordpress.org/trunk@60687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent a20a053 commit 1d217fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

wp-admin/includes/file.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ function _unzip_file_pclzip( $file, $to, $needed_dirs = array() ) {
19711971
if ( $archive_file['folder'] ) {
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;
19771977
}

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-alpha-61374';
19+
$wp_version = '7.0-alpha-61375';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)