From e2f8f4347cafba6f8f266d38dd279297d67656f2 Mon Sep 17 00:00:00 2001 From: otrok7 <50595291+otrok7@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:33:39 +0100 Subject: [PATCH] lint --- admin/partials/bread-admin-display.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/admin/partials/bread-admin-display.php b/admin/partials/bread-admin-display.php index 0f65d15..1d0587b 100644 --- a/admin/partials/bread-admin-display.php +++ b/admin/partials/bread-admin-display.php @@ -87,21 +87,22 @@ function admin_options_page()
'; if (!$this->admin->current_user_can_modify()) { - echo '

You do not have permission to save this configuation!

'; + echo '

You do not have permission to save this configuation!

'; } elseif (isset($_COOKIE['bread_import_file'])) { - echo '

File loaded.

'; + echo '

File loaded.

'; delete_transient($this->bread->get_TransientKey($this->bread->getRequestedSetting())); } elseif (isset($_POST['bmltmeetinglistsave']) && $_POST['bmltmeetinglistsave']) { $this->admin->save_admin_options(); - echo '

Your changes were successfully saved!

'; + echo '

Your changes were successfully saved!

'; $num = delete_transient($this->bread->get_TransientKey($this->bread->getRequestedSetting())); if ($num > 0) { echo "

$num Cache entries deleted

"; } } - echo '
'; + echo '
'; $this->bread->fillUnsetOptions(); ?>