Plugin Directory

Changeset 205942


Ignore:
Timestamp:
02/15/2010 01:15:36 PM (16 years ago)
Author:
rickota
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • silverlight-gallery/trunk/sl-gallery.php

    r204252 r205942  
    5454    global $post;
    5555    $found_pos = strpos($content, SLGALLERY_META_START);
    56     if(!$found_pos) return null;
     56    if($found_pos === false) return null;
    5757    $meta = explode(",", trim(substr($content, $found_pos+strlen(SLGALLERY_META_START), (strpos($content, SLGALLERY_META_END, $found_pos) - ($found_pos+strlen(SLGALLERY_META_START))))));
    5858    $output = SLGALLERY_TARGET;
Note: See TracChangeset for help on using the changeset viewer.