Plugin Directory

Changeset 445761


Ignore:
Timestamp:
09/30/2011 04:10:21 PM (14 years ago)
Author:
niccolo_tapparo
Message:

version 1.0.2 - bugfix for facebook localization based on WPLANG

Location:
wordpress-social-ring
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordpress-social-ring/tags/1.0.2/includes/library.php

    r445759 r445761  
    143143    if(social_ring_print_check() == 1) {
    144144        if($wp_social_ring_options['social_facebook_like_button'] == 1) {
    145             if(defined(WPLANG) && WPLANG != "") {
     145            if(defined(WPLANG)) {
    146146?>
    147147<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  
    143143    if(social_ring_print_check() == 1) {
    144144        if($wp_social_ring_options['social_facebook_like_button'] == 1) {
    145             if(defined(WPLANG) && WPLANG != "") {
     145            if(defined(WPLANG)) {
    146146?>
    147147<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.