diff --git a/includes/admin/class-bc-admin-labels-page.php b/includes/admin/class-bc-admin-labels-page.php index 395636e7..9b7a1a3f 100644 --- a/includes/admin/class-bc-admin-labels-page.php +++ b/includes/admin/class-bc-admin-labels-page.php @@ -35,6 +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'] : ''; // phpcs:ignore WordPress.Security.NonceVerification ?>

@@ -46,13 +47,13 @@ public function render_edit_label_page() {
- + - +
- +