Skip to content

Commit

Permalink
Remove 'None' Highlight tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
burhandodhy committed Sep 26, 2024
1 parent 72e9dc0 commit 15d930f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/classes/Feature/Search/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 15d930f

Please sign in to comment.