Changeset 1126
- Timestamp:
- 05/24/08 14:05:05 (6 months ago)
- Files:
-
- bb-lightbox2/trunk/bb-lightbox2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-lightbox2/trunk/bb-lightbox2.php
r1125 r1126 30 30 function bb_removeLinks($content) { 31 31 32 $content = preg_replace_callback('@(]|<img.*src="(([^>"]*/)(.*[^"]))"*[^<].>) @i', "bb_preg_callback2", $content);32 $content = preg_replace_callback('@(]|<img.*src="(([^>"]*/)(.*[^"]))"*[^<].>)[^(</a>)]@i', "bb_preg_callback2", $content); 33 33 34 34 return $content;
