Plugin Directory

Changeset 469854


Ignore:
Timestamp:
12/01/2011 01:33:42 PM (14 years ago)
Author:
niccolo_tapparo
Message:

Update stable tag

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

Legend:

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

    r469834 r469854  
    2222                                <?php _e('You can also give Social buttons a custom position by calling this function in your theme.',WP_SOCIAL_RING); ?>
    2323                            </p>
    24                                 <pre>&lt;?php social_ring_show(); ?&gt;</pre>
     24                                <pre>&lt;?php if(function_exists('social_ring_show')){ social_ring_show();} ?&gt;</pre>
    2525                            <p>
    2626                                <?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  
    3030                'tweet_text' => get_bloginfo('name').' - '.get_bloginfo('description'),
    3131                'border_color' => 'D0D0D0',
    32                 'box_padding' => 26,
     32                'box_padding' => 24,
    3333                'button_margin' => 12
    3434            );
     
    8888                            <li>
    8989                <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>
    9191                </li>
    9292                 <li>
    9393                <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>
    9595                </li>
    9696                  <li>
    9797                <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>
    9999                </li>
    100100                        </ul>
  • wordpress-social-ring/trunk/readme.txt

    r469834 r469854  
    55Requires at least: 3.0
    66Tested up to: 3.2.1
    7 Version: 1.0.6
    8 Stable tag: 1.0.6
     7Version: 1.1
     8Stable tag: 1.1
    99
    1010WordPress Social Ring adds sharing buttons for Facebook, Twitter and Google+.
  • wordpress-social-ring/trunk/wp-social-ring.php

    r469834 r469854  
    66Version: 1.1
    77Author URI: http://wordpress.altervista.org/
    8 Plugin URI: http://wordpress.altervista.org/temi-realizzati/plugin-wordpress-social-ring/
     8Plugin URI: http://wordpress.altervista.org/en/themes-and-plugins-portfolio/wordpress-social-ring/
    99*/
    1010
Note: See TracChangeset for help on using the changeset viewer.