From 57f5f1d7fba86eecfc6d0474bef1f03ca36a160e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 7 Aug 2024 16:30:09 +0200 Subject: [PATCH] commenting the unset basic toolbar instruction --- includes/wysiwyg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/wysiwyg.php b/includes/wysiwyg.php index d19d243..949e415 100755 --- a/includes/wysiwyg.php +++ b/includes/wysiwyg.php @@ -13,7 +13,7 @@ function enqueue_light_toolbar($toolbars) } // remove the 'Basic' toolbar completely - unset($toolbars['Basic']); + // unset($toolbars['Basic']); // return $toolbars - IMPORTANT! return $toolbars;