Plugin Directory

Changeset 558160


Ignore:
Timestamp:
06/14/2012 08:47:23 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

    r558159 r558160  
    652652           
    653653            // handle blocks
     654            $blocks = array();
    654655            if(!empty($block_matches[1])) {
    655                
    656                 $blocks = array();
    657656               
    658657                foreach($block_matches[1] as $slug) {
     
    694693           
    695694            // handle options
     695            $options = array();
    696696            if(!empty($option_matches[1])) {
    697                
    698                 $options = array();
    699697               
    700698                foreach($option_matches[1] as $slug) {
Note: See TracChangeset for help on using the changeset viewer.