View difference between Paste ID: j4Kck4JP and FHbUUa3n
SHOW: | | - or go back to the newest paste.
1
					} else {
2-
						$output .= '<strong>'.ucwords($filter_option).'</strong>:&nbsp;*'.$filter_option.'*';
2+
						if ($filter_option == 'preacher') {
3
								$output .= '<strong>'.'Performed by'.'</strong>:&nbsp;*'.$filter_option.'*';
4
						} else {
5
								$output .= '<strong>'.ucwords($filter_option).'</strong>:&nbsp;*'.$filter_option.'*';
6
						}
7
						$output .= '&nbsp;(<a href="'.sb_url_minus_parameter($filter_option).'">x</a>)';
8
					}