Hello,
I'm trying to remove the colon that appears between the image title and caption like this:
image title: image caption
I've tried modifying format.slideshow.php but it only removes it from the first image caption, not the rest.
$a .= ($image['media_title'] != '') ? " " : '';
Thanks in advance.