Changeset 1123

Show
Ignore:
Timestamp:
05/24/08 12:52:55 (6 months ago)
Author:
A1ex
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-lightbox2/trunk/bb-lightbox2.php

    r1122 r1123  
    3030function bb_removeLinks($content) { 
    3131 
    32   $content = preg_replace_callback('@(]|<img.*src="(([^>"]*/)(.*[^"]))"*[^<].>)..[^a]@i', "bb_preg_callback2", $content); 
     32  $content = preg_replace_callback('@(]|<img.*src="(([^>"]*/)(.*[^"]))"*[^<].>)[^(</a>)]@i', "bb_preg_callback2", $content); 
    3333 
    3434  return $content;