Changeset 469854
- Timestamp:
- 12/01/2011 01:33:42 PM (14 years ago)
- Location:
- wordpress-social-ring
- Files:
-
- 22 added
- 4 edited
-
tags/1.1 (added)
-
tags/1.1/admin (added)
-
tags/1.1/admin/admin.php (added)
-
tags/1.1/admin/css (added)
-
tags/1.1/admin/css/style.css (added)
-
tags/1.1/admin/images (added)
-
tags/1.1/admin/images/altervista.gif (added)
-
tags/1.1/admin/images/av-16x16.png (added)
-
tags/1.1/admin/images/av32px.png (added)
-
tags/1.1/images (added)
-
tags/1.1/images/facebook.png (added)
-
tags/1.1/includes (added)
-
tags/1.1/includes/library.php (added)
-
tags/1.1/includes/share.php (added)
-
tags/1.1/includes/widgets.php (added)
-
tags/1.1/langs (added)
-
tags/1.1/langs/wp_social_ring-it_IT.mo (added)
-
tags/1.1/langs/wp_social_ring-it_IT.po (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
tags/1.1/screenshot-2.png (added)
-
tags/1.1/wp-social-ring.php (added)
-
trunk/admin/admin.php (modified) (1 diff)
-
trunk/includes/widgets.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-social-ring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wordpress-social-ring/trunk/admin/admin.php
r469834 r469854 22 22 <?php _e('You can also give Social buttons a custom position by calling this function in your theme.',WP_SOCIAL_RING); ?> 23 23 </p> 24 <pre><?php social_ring_show();?></pre>24 <pre><?php if(function_exists('social_ring_show')){ social_ring_show();} ?></pre> 25 25 <p> 26 26 <?php _e('Pay Attention: it must called <b>inside the loop</b> to work properly!',WP_SOCIAL_RING); ?> -
wordpress-social-ring/trunk/includes/widgets.php
r469834 r469854 30 30 'tweet_text' => get_bloginfo('name').' - '.get_bloginfo('description'), 31 31 'border_color' => 'D0D0D0', 32 'box_padding' => 2 6,32 'box_padding' => 24, 33 33 'button_margin' => 12 34 34 ); … … 88 88 <li> 89 89 <input size ="8" id="<?php echo $this->get_field_id('button_margin'); ?>" name="<?php echo $this->get_field_name('button_margin'); ?>" type="text" value="<?php echo $instance['button_margin']; ?>" /> 90 <label><?php _e('Button Margin', 'av-optimizer'); ?></label>90 <label><?php _e('Button Margin',WP_SOCIAL_RING); ?></label> 91 91 </li> 92 92 <li> 93 93 <input size ="8" id="<?php echo $this->get_field_id('box_padding'); ?>" name="<?php echo $this->get_field_name('box_padding'); ?>" type="text" value="<?php echo $instance['box_padding']; ?>" /> 94 <label><?php _e('Widget Padding', 'av-optimizer'); ?></label>94 <label><?php _e('Widget Padding',WP_SOCIAL_RING); ?></label> 95 95 </li> 96 96 <li> 97 97 <input size ="8" id="<?php echo $this->get_field_id('border_color'); ?>" name="<?php echo $this->get_field_name('border_color'); ?>" type="text" value="<?php echo $instance['border_color']; ?>" /> 98 <label><?php _e('Border Color', 'av-optimizer'); ?></label>98 <label><?php _e('Border Color',WP_SOCIAL_RING); ?></label> 99 99 </li> 100 100 </ul> -
wordpress-social-ring/trunk/readme.txt
r469834 r469854 5 5 Requires at least: 3.0 6 6 Tested up to: 3.2.1 7 Version: 1. 0.68 Stable tag: 1. 0.67 Version: 1.1 8 Stable tag: 1.1 9 9 10 10 WordPress Social Ring adds sharing buttons for Facebook, Twitter and Google+. -
wordpress-social-ring/trunk/wp-social-ring.php
r469834 r469854 6 6 Version: 1.1 7 7 Author URI: http://wordpress.altervista.org/ 8 Plugin URI: http://wordpress.altervista.org/ temi-realizzati/plugin-wordpress-social-ring/8 Plugin URI: http://wordpress.altervista.org/en/themes-and-plugins-portfolio/wordpress-social-ring/ 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.