Forums
(@chilm)
15 years, 2 months ago
The fix is:
In your plugins folder >> Lightbox-2 folder >> lightbox2.php
Replace (near 62)
$replacement = ‘$1 rel=”lightbox[‘.$post->ID.’]”>’;
With:
$replacement = ‘$1 rel=”lightbox”>’;
and it’s working again 😉