Plugin Directory

Changeset 469884


Ignore:
Timestamp:
12/01/2011 03:00:31 PM (14 years ago)
Author:
niccolo_tapparo
Message:

version 1.1.1

Location:
wordpress-social-ring
Files:
22 added
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-social-ring/trunk/includes/widgets.php

    r469854 r469884  
    125125    // outputs the content of the widget
    126126    function widget($args, $instance) {
    127     if(isset($instance['widget_title'])) {
    128     ?>
    129         <h3 class="widget-title"><?php echo $instance['widget_title']; ?></h3>
    130     <?php
     127    extract($args);
     128    echo $before_widget."\n";
     129    if ( isset($instance['widget_title']) ) {
     130        echo $before_title . $instance['widget_title'] . $after_title."\n";
    131131    }
    132132    ?>
     
    144144        <div class="clear"></div>
    145145    </div>
    146 
    147146<?php
     147    echo $after_widge."\n";
    148148    }
    149149}
  • wordpress-social-ring/trunk/readme.txt

    r469854 r469884  
    55Requires at least: 3.0
    66Tested up to: 3.2.1
    7 Version: 1.1
    8 Stable tag: 1.1
     7Version: 1.1.1
     8Stable tag: 1.1.1
    99
    1010WordPress Social Ring adds sharing buttons for Facebook, Twitter and Google+.
     
    3535
    3636== Changelog ==
     37
     38= 1.1.1 =
     39
     40* Widget compatibility fix
    3741
    3842= 1.1 =
  • wordpress-social-ring/trunk/wp-social-ring.php

    r469854 r469884  
    44Description: Let visitors share posts/pages on Facebook, Twitter and Google+. From admin page you can choose which button display: Facebook Like, Facebook Send, Facebook Share, Google +1 and Twitter.
    55Author: Niccol&ograve; Tapparo
    6 Version: 1.1
     6Version: 1.1.1
    77Author URI: http://wordpress.altervista.org/
    88Plugin URI: http://wordpress.altervista.org/en/themes-and-plugins-portfolio/wordpress-social-ring/
Note: See TracChangeset for help on using the changeset viewer.