From 15d930ffb91f7a743d3ea556521be1a9221dbd49 Mon Sep 17 00:00:00 2001 From: Burhan Nasir Date: Thu, 26 Sep 2024 13:55:03 +0500 Subject: [PATCH] Remove 'None' Highlight tag list --- includes/classes/Feature/Search/Search.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/classes/Feature/Search/Search.php b/includes/classes/Feature/Search/Search.php index 79a89fe02..d27517397 100644 --- a/includes/classes/Feature/Search/Search.php +++ b/includes/classes/Feature/Search/Search.php @@ -897,10 +897,6 @@ protected function set_settings_schema() { 'key' => 'highlight_tag', 'label' => __( 'Highlight tag', 'elasticpress' ), 'options' => [ - [ - 'label' => __( 'None', 'elasticpress' ), - 'value' => '', - ], [ 'label' => 'mark', 'value' => 'mark',