From bc77f97e6e107c2f0c2978818d55580e0c4a12ad Mon Sep 17 00:00:00 2001 From: "mohammed.razzaq" Date: Thu, 15 Feb 2024 18:17:55 +0530 Subject: [PATCH] Fix lint issues --- includes/admin/class-bc-admin-labels-page.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/class-bc-admin-labels-page.php b/includes/admin/class-bc-admin-labels-page.php index d675e86c..a774accf 100644 --- a/includes/admin/class-bc-admin-labels-page.php +++ b/includes/admin/class-bc-admin-labels-page.php @@ -35,7 +35,7 @@ public function __construct() { * Renders html of the edit labels page */ public function render_edit_label_page() { - $label_name = isset( $_GET['update_label'] ) ? $_GET['update_label'] : ''; + $label_name = isset( $_GET['update_label'] ) ? $_GET['update_label'] : ''; // phpcs:ignore WordPress.Security.NonceVerification ?>

@@ -47,7 +47,7 @@ public function render_edit_label_page() {
- +