From 06beb6099f3ae83d65fde57deeb2277fe2949cfd Mon Sep 17 00:00:00 2001 From: Chris Normansell Date: Mon, 10 Jun 2024 17:21:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20the=20styling=20not=20lo?= =?UTF-8?q?ading=20correctly=20for=20the=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/classes/admin/enqueue.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/classes/admin/enqueue.php b/includes/classes/admin/enqueue.php index 680701da..ee80b823 100644 --- a/includes/classes/admin/enqueue.php +++ b/includes/classes/admin/enqueue.php @@ -24,10 +24,10 @@ abstract class Enqueue extends Plugin_Base { * @return void */ public function admin_enqueue_style() { - \GatherContent\Importer\enqueue_style( 'gc-select2', 'vendor/select2-4.0.13/select2', array(), '4.0.13' ); - \GatherContent\Importer\enqueue_style( 'gathercontent', 'content-workflow-by-bynder' ); + \GatherContent\Importer\enqueue_style( 'cwby-select2', 'vendor/select2-4.0.13/select2', array(), '4.0.13' ); + \GatherContent\Importer\enqueue_style( 'content-workflow-by-bynder', 'gathercontent-importer' ); - do_action( 'gc_admin_enqueue_style' ); + do_action( 'cwby_admin_enqueue_style' ); } /**