Changeset 584762
- Timestamp:
- 08/13/2012 06:28:05 AM (14 years ago)
- File:
-
- 1 edited
-
multiple-content-blocks/trunk/multiple_content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multiple-content-blocks/trunk/multiple_content.php
r532173 r584762 169 169 if(strpos($theTag,' )') != 0) { //Different annotation (eg. get_header( 'name ')) 170 170 $theTag = substr($theTag,0, strpos($theTag,' )')); 171 } else if(strpos($theTag,')') != 0) { 171 } 172 173 if(strpos($theTag,')') != 0) { 172 174 $theTag = substr($theTag,0, strpos($theTag,')')); 173 175 } else {
Note: See TracChangeset
for help on using the changeset viewer.