Filesystem API: Remove unused code in WP_Filesystem_FTPext::parselisting().

Follow-up to [7126].

Props viralsampat.
Fixes #63485.
Built from https://develop.svn.wordpress.org/trunk@60255


git-svn-id: http://core.svn.wordpress.org/trunk@59591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2025-05-27 12:41:35 +00:00
parent 4f4928f69e
commit 7faba13ae1
2 changed files with 1 additions and 2 deletions

View File

@@ -658,7 +658,6 @@ class WP_Filesystem_FTPext extends WP_Filesystem_Base {
$lucifer = preg_split( '/[ ]/', $line, 9, PREG_SPLIT_NO_EMPTY );
if ( $lucifer ) {
// echo $line."\n";
$lcount = count( $lucifer );
if ( $lcount < 8 ) {

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.9-alpha-60254';
$wp_version = '6.9-alpha-60255';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.