From 9d2f5406086df664f411d49c8b35ce19d26e2b27 Mon Sep 17 00:00:00 2001 From: Marie Comet Date: Thu, 4 Apr 2024 17:25:12 +0200 Subject: [PATCH] fix wpcs AGAIN --- inc/Services/Editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Services/Editor.php b/inc/Services/Editor.php index b003f44b..46eb68c1 100644 --- a/inc/Services/Editor.php +++ b/inc/Services/Editor.php @@ -228,7 +228,7 @@ public function admin_editor_script(): void { ), ] ), - 'before' + 'before' ); $this->assets_tools->enqueue_script( 'theme-admin-editor-script' );