inc/managers/SEOMetaManager.php
@@ -287,8 +287,7 @@ $title_format = "{$title} | {$city}'s Best {$artist_type}"; $title = strtok($title, ' '); $title_format = (strlen($title_format) <= $this->character_limits['title']) ? $title_format : "{$title} | {$city}'s Best {$artist_type}"; return $title_format; return (strlen($title_format) <= $this->character_limits['title']) ? $title_format : "{$title} | {$city}'s Best {$artist_type}"; } /**