Changeset 205942
- Timestamp:
- 02/15/2010 01:15:36 PM (16 years ago)
- File:
-
- 1 edited
-
silverlight-gallery/trunk/sl-gallery.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
silverlight-gallery/trunk/sl-gallery.php
r204252 r205942 54 54 global $post; 55 55 $found_pos = strpos($content, SLGALLERY_META_START); 56 if( !$found_pos) return null;56 if($found_pos === false) return null; 57 57 $meta = explode(",", trim(substr($content, $found_pos+strlen(SLGALLERY_META_START), (strpos($content, SLGALLERY_META_END, $found_pos) - ($found_pos+strlen(SLGALLERY_META_START)))))); 58 58 $output = SLGALLERY_TARGET;
Note: See TracChangeset
for help on using the changeset viewer.