From 4b79b95d15e6f0b69787c6fda7d458a9ea24d70a Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 7 Nov 2022 17:37:44 -0500 Subject: [PATCH] =?UTF-8?q?fix(core):=20=F0=9F=90=9B=20remove=20debug=20me?= =?UTF-8?q?ssage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/Hooks/SkinHooks.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Hooks/SkinHooks.php b/includes/Hooks/SkinHooks.php index 3cd90719..4c8bc08b 100644 --- a/includes/Hooks/SkinHooks.php +++ b/includes/Hooks/SkinHooks.php @@ -137,7 +137,6 @@ class SkinHooks implements } if ( isset( $links['associated-pages'] ) ) { - var_dump( $links['associated-pages'] ); self::updateAssociatedPagesMenu( $sktemplate, $links ); }