Changeset 469884
- Timestamp:
- 12/01/2011 03:00:31 PM (14 years ago)
- Location:
- wordpress-social-ring
- Files:
-
- 22 added
- 3 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/admin (added)
-
tags/1.1.1/admin/admin.php (added)
-
tags/1.1.1/admin/css (added)
-
tags/1.1.1/admin/css/style.css (added)
-
tags/1.1.1/admin/images (added)
-
tags/1.1.1/admin/images/altervista.gif (added)
-
tags/1.1.1/admin/images/av-16x16.png (added)
-
tags/1.1.1/admin/images/av32px.png (added)
-
tags/1.1.1/images (added)
-
tags/1.1.1/images/facebook.png (added)
-
tags/1.1.1/includes (added)
-
tags/1.1.1/includes/library.php (added)
-
tags/1.1.1/includes/share.php (added)
-
tags/1.1.1/includes/widgets.php (added)
-
tags/1.1.1/langs (added)
-
tags/1.1.1/langs/wp_social_ring-it_IT.mo (added)
-
tags/1.1.1/langs/wp_social_ring-it_IT.po (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/screenshot-1.png (added)
-
tags/1.1.1/screenshot-2.png (added)
-
tags/1.1.1/wp-social-ring.php (added)
-
trunk/includes/widgets.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp-social-ring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-ring/trunk/includes/widgets.php
r469854 r469884 125 125 // outputs the content of the widget 126 126 function widget($args, $instance) { 127 if(isset($instance['widget_title'])) {128 ?>129 <h3 class="widget-title"><?php echo $instance['widget_title']; ?></h3>130 <?php127 extract($args); 128 echo $before_widget."\n"; 129 if ( isset($instance['widget_title']) ) { 130 echo $before_title . $instance['widget_title'] . $after_title."\n"; 131 131 } 132 132 ?> … … 144 144 <div class="clear"></div> 145 145 </div> 146 147 146 <?php 147 echo $after_widge."\n"; 148 148 } 149 149 } -
wordpress-social-ring/trunk/readme.txt
r469854 r469884 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2.1 7 Version: 1.1 8 Stable tag: 1.1 7 Version: 1.1.1 8 Stable tag: 1.1.1 9 9 10 10 WordPress Social Ring adds sharing buttons for Facebook, Twitter and Google+. … … 35 35 36 36 == Changelog == 37 38 = 1.1.1 = 39 40 * Widget compatibility fix 37 41 38 42 = 1.1 = -
wordpress-social-ring/trunk/wp-social-ring.php
r469854 r469884 4 4 Description: 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. 5 5 Author: Niccolò Tapparo 6 Version: 1.1 6 Version: 1.1.1 7 7 Author URI: http://wordpress.altervista.org/ 8 8 Plugin URI: http://wordpress.altervista.org/en/themes-and-plugins-portfolio/wordpress-social-ring/
Note: See TracChangeset
for help on using the changeset viewer.