Plugin Directory

Changeset 718087


Ignore:
Timestamp:
05/25/2013 05:16:32 AM (13 years ago)
Author:
bholtsclaw
Message:

minor updates to container

Location:
gplus-comments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gplus-comments/trunk/gplus-comments.php

    r717274 r718087  
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
    1010Donate link: http://www.wepay.com/donations/brandonholtsclaw
    11 Version: 1.4.12
     11Version: 1.4.13
    1212*/
    1313
  • gplus-comments/trunk/readme.txt

    r715779 r718087  
    55License: GPLv3+
    66License URI: http://www.gnu.org/licenses/gpl-3.0.html
    7 Requires at least: 3.3
     7Requires at least: 3.5
    88Tested up to: 3.6
    99Stable Tag: 1.4.11
  • gplus-comments/trunk/templates/container.php

    r717274 r718087  
    4949        if(!$options['hide_icons'])
    5050        {
    51           echo "<img src='".GPLUS_COMMENTS_URL."/images/icons/default/${tab}.png'>";
     51          echo "<img src='".GPLUS_COMMENTS_URL."/images/icons/${iconset}/${tab}.png'>";
    5252        }
    5353        echo $options[${tab}.'_label']."</a></li>\n";
     
    7979  }
    8080
    81   if(in_array('livefyre', $tab_order))
     81  if(in_array('livefyre', $tab_order) && !empty($options['livefyre_siteid']))
    8282  {
    8383    require_once GPLUS_COMMENTS_TEMPLATES . '/partials/livefyre.php';
Note: See TracChangeset for help on using the changeset viewer.