Plugin Directory

Changeset 584762


Ignore:
Timestamp:
08/13/2012 06:28:05 AM (14 years ago)
Author:
Trendwerk
Message:

Different annotation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multiple-content-blocks/trunk/multiple_content.php

    r532173 r584762  
    169169    if(strpos($theTag,' )') != 0) { //Different annotation (eg. get_header( 'name '))
    170170        $theTag = substr($theTag,0, strpos($theTag,' )'));
    171     } else if(strpos($theTag,')') != 0) {
     171    }
     172   
     173    if(strpos($theTag,')') != 0) {
    172174        $theTag = substr($theTag,0, strpos($theTag,')'));
    173175    } else {
Note: See TracChangeset for help on using the changeset viewer.