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:
@@ -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 ) {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user