From 17a4cf864961c6433f2b5466c92b64d70194d1f1 Mon Sep 17 00:00:00 2001 From: Daniel Iser Date: Wed, 29 Jan 2025 05:53:29 -0500 Subject: [PATCH] Fix double quote issue in #1088 Closes #1088, #1089 --- templates/popup.php | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/popup.php b/templates/popup.php index 8e4f68b41..fed8aec22 100644 --- a/templates/popup.php +++ b/templates/popup.php @@ -6,10 +6,19 @@ * @copyright Copyright (c) 2024, Code Atlantic LLC */ -$labelledby = pum_get_popup_title() !== '' ? 'aria-labelledby="pum_popup_title_' . pum_get_popup_id() . '"' : ''; +$has_title = pum_get_popup_title() !== ''; ?> -