| | |
| | | foreach ($specialties as $specialty) { |
| | | $out .= '<li><b>'.$specialty['specialty'].'</b>'; |
| | | if ($specialty['description'] !== '') { |
| | | $out .= apply_filters('the_content', $specialty['description']); |
| | | $out .= jvb_filter_content( $specialty['description']); |
| | | } |
| | | $out .= '</li>'; |
| | | } |
| | |
| | | if ($review['review'] === '') { |
| | | continue; |
| | | } |
| | | $out .= '<li><blockquote>'.apply_filters('the_content', $review['review']); |
| | | $out .= '<li><blockquote>'.jvb_filter_content( $review['review']); |
| | | if ($review['name'] !== '' || $review['rating'] !== 'none') { |
| | | $date = $aOpen = $aClose = ''; |
| | | if ($review['url']) { |