Plugin Directory

Changeset 788977


Ignore:
Timestamp:
10/16/2013 09:52:17 PM (12 years ago)
Author:
marcelioleal
Message:

removing from interface tag when = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • siteapps/trunk/classes/SiteAppsPlugin.php

    r773572 r788977  
    6666        $version = $this->options['version'];
    6767        if (isset($this->options['tag'])) {
     68            //fixing bug tag 0
     69            $this->options['tag']        = ($this->options['tag'] == 0)?'':$this->options['tag'];
    6870            printf("<!-- @SiteAppsPluginWordpress.version=%s - SiteApps Tag-->%s<!-- SiteApps tag end -->\n", $version, $this->options['tag']);
    6971        }
Note: See TracChangeset for help on using the changeset viewer.