Changeset 558160
- Timestamp:
- 06/14/2012 08:47:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
templ33t/branches/01_02_handling_posts/templ33t_object.php
r558159 r558160 652 652 653 653 // handle blocks 654 $blocks = array(); 654 655 if(!empty($block_matches[1])) { 655 656 $blocks = array();657 656 658 657 foreach($block_matches[1] as $slug) { … … 694 693 695 694 // handle options 695 $options = array(); 696 696 if(!empty($option_matches[1])) { 697 698 $options = array();699 697 700 698 foreach($option_matches[1] as $slug) {
Note: See TracChangeset
for help on using the changeset viewer.