From 7faba13ae1a2bbad489d4bb4fa44036e44fd3690 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 27 May 2025 12:41:35 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-filesystem-ftpext.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-filesystem-ftpext.php b/wp-admin/includes/class-wp-filesystem-ftpext.php index 0294720ccd..454998822e 100644 --- a/wp-admin/includes/class-wp-filesystem-ftpext.php +++ b/wp-admin/includes/class-wp-filesystem-ftpext.php @@ -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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4374cb4c49..58da438d8d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.