Plugin Directory

Changeset 558144


Ignore:
Timestamp:
06/14/2012 08:15:29 PM (14 years ago)
Author:
technosis
Message:

trying to get special previewing to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • templ33t/branches/01_02_handling_posts/templ33t_object.php

    r558135 r558144  
    644644           
    645645            $matches = array();
    646             preg_match_all('/\<\-\-\s*TEMPL33T_BLOCK_PREVIEW\:\s*(.*)\s*\-\-\>/i', $response['body'], $matches);
     646            preg_match_all('/\<\!\-\-\s*TEMPL33T\_BLOCK\_PREVIEW\:\s*(.*)\s*\-\-\>/i', $response['body'], $matches);
    647647           
    648648            print_r($matches);
Note: See TracChangeset for help on using the changeset viewer.