Skip to content

Commit

Permalink
Remove "you have no featured..." string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 27, 2023
1 parent 9c0ff51 commit 90afecb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ function thanksroy_display_random_featured_records($type = null, $count = 2, $ha
if ($type == 'exhibits') {
$html = apply_filters('exhibit_builder_display_random_featured_exhibit', $html);
}
} else {
$html .= '<p>' . __('You have no featured exhibits.') . '</p>';
}
return $html;
}

0 comments on commit 90afecb

Please sign in to comment.