Changeset 718087
- Timestamp:
- 05/25/2013 05:16:32 AM (13 years ago)
- Location:
- gplus-comments/trunk
- Files:
-
- 3 edited
-
gplus-comments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
templates/container.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gplus-comments/trunk/gplus-comments.php
r717274 r718087 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html 10 10 Donate link: http://www.wepay.com/donations/brandonholtsclaw 11 Version: 1.4.1 211 Version: 1.4.13 12 12 */ 13 13 -
gplus-comments/trunk/readme.txt
r715779 r718087 5 5 License: GPLv3+ 6 6 License URI: http://www.gnu.org/licenses/gpl-3.0.html 7 Requires at least: 3. 37 Requires at least: 3.5 8 8 Tested up to: 3.6 9 9 Stable Tag: 1.4.11 -
gplus-comments/trunk/templates/container.php
r717274 r718087 49 49 if(!$options['hide_icons']) 50 50 { 51 echo "<img src='".GPLUS_COMMENTS_URL."/images/icons/ default/${tab}.png'>";51 echo "<img src='".GPLUS_COMMENTS_URL."/images/icons/${iconset}/${tab}.png'>"; 52 52 } 53 53 echo $options[${tab}.'_label']."</a></li>\n"; … … 79 79 } 80 80 81 if(in_array('livefyre', $tab_order) )81 if(in_array('livefyre', $tab_order) && !empty($options['livefyre_siteid'])) 82 82 { 83 83 require_once GPLUS_COMMENTS_TEMPLATES . '/partials/livefyre.php';
Note: See TracChangeset
for help on using the changeset viewer.