Changeset 445761
- Timestamp:
- 09/30/2011 04:10:21 PM (14 years ago)
- Location:
- wordpress-social-ring
- Files:
-
- 2 edited
-
tags/1.0.2/includes/library.php (modified) (1 diff)
-
trunk/includes/library.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-ring/tags/1.0.2/includes/library.php
r445759 r445761 143 143 if(social_ring_print_check() == 1) { 144 144 if($wp_social_ring_options['social_facebook_like_button'] == 1) { 145 if(defined(WPLANG) && WPLANG != "") {145 if(defined(WPLANG)) { 146 146 ?> 147 147 <div id="fb-root"></div><script src="http://connect.facebook.net/<?php echo WPLANG; ?>/all.js#xfbml=1"></script> -
wordpress-social-ring/trunk/includes/library.php
r445759 r445761 143 143 if(social_ring_print_check() == 1) { 144 144 if($wp_social_ring_options['social_facebook_like_button'] == 1) { 145 if(defined(WPLANG) && WPLANG != "") {145 if(defined(WPLANG)) { 146 146 ?> 147 147 <div id="fb-root"></div><script src="http://connect.facebook.net/<?php echo WPLANG; ?>/all.js#xfbml=1"></script>
Note: See TracChangeset
for help on using the changeset viewer.