[Plugin: Shashin] Extra dash
-
Hi,
Thanks for this great plugin ! One small change though, on line 677 of the ShashinPhoto.php file (sorry, I was too lazy to make a patch). Use this code:
$caption .= $album->data['title'];
}if ($caption != '') {
$caption .= " – ";
}Without this modification, if you have shashin set up to display the photo description but NOT the album title, it displays a dash and then the photo description, which is ugly. With the code above the dash is being displayed only if the album title is being displayed…
- The topic ‘[Plugin: Shashin] Extra dash’ is closed to new replies.