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