From 2ad8690701a11bb2d15190422cacd7a263478762 Mon Sep 17 00:00:00 2001 From: Faisal Ahammad Date: Thu, 11 Jun 2026 14:54:12 +0600 Subject: [PATCH] [PCP] Phase 3: EscapeOutput.UnsafePrintingFunction + OutputNotEscaped MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Escape all _e(), _ex(), and bare echo in classic-editor.php: - _e() → esc_html_e() (11 locations) - _ex() → echo esc_html_x() (3 locations) - echo $clear → echo esc_html( $clear ) (1 location) --- classic-editor.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/classic-editor.php b/classic-editor.php index 4e78df1..7e27084 100644 --- a/classic-editor.php +++ b/classic-editor.php @@ -430,11 +430,11 @@ public static function settings_1( $user_id = 0 ) {

/> - +

/> - +