From 4bb58c18cb677e4af03346952c1d847cb2108340 Mon Sep 17 00:00:00 2001 From: "mohammed.razzaq" Date: Thu, 1 Feb 2024 19:02:02 +0530 Subject: [PATCH 1/3] Move playlist notice outside the controls bar and add check for other notices --- includes/admin/class-bc-templates.php | 65 ++++++++++++++++----------- 1 file changed, 40 insertions(+), 25 deletions(-) diff --git a/includes/admin/class-bc-templates.php b/includes/admin/class-bc-templates.php index 2210404b..46e3d437 100644 --- a/includes/admin/class-bc-templates.php +++ b/includes/admin/class-bc-templates.php @@ -21,11 +21,23 @@ public function __construct() { * Adds all templates for Backbone application */ public function add_templates() { - ?> + global $pagenow; ?>