From 90afecbae46a95c68f50acc3b843621f16ae9562 Mon Sep 17 00:00:00 2001 From: Kim Nguyen Date: Fri, 27 Jan 2023 17:51:54 -0500 Subject: [PATCH] Remove "you have no featured..." string. --- functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.php b/functions.php index d37313b..a092c29 100644 --- a/functions.php +++ b/functions.php @@ -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 .= '

' . __('You have no featured exhibits.') . '

'; } return $html; } \ No newline at end of file