Version Description
Download this release
Release Info
Developer | joostdevalk |
Plugin | Sociable |
Version | 3.0.3 |
Comparing to | |
See all releases |
Code changes from version 3.0.2 to 3.0.3
- readme.txt +3 -3
- sociable.php +3 -3
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: joostdevalk
|
|
3 |
Donate link: http://yoast.com/donate/
|
4 |
Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
|
5 |
Requires at least: 2.2
|
6 |
-
Tested up to: 2.7
|
7 |
-
stable tag: 3.0.
|
8 |
|
9 |
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
10 |
|
@@ -76,4 +76,4 @@ If you find any bugs or have any ideas, please mail me.
|
|
76 |
|
77 |
**Advanced Users**
|
78 |
|
79 |
-
For advanced use of the plugin, see the [Sociable](http://yoast.com/wordpress/sociable/) page on [Yoast](http://yoast.com/)
|
3 |
Donate link: http://yoast.com/donate/
|
4 |
Tags: social, bookmark, bookmarks, bookmarking, social bookmarking, social bookmarks
|
5 |
Requires at least: 2.2
|
6 |
+
Tested up to: 2.7.1
|
7 |
+
stable tag: 3.0.3
|
8 |
|
9 |
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
|
10 |
|
76 |
|
77 |
**Advanced Users**
|
78 |
|
79 |
+
For advanced use of the plugin, see the [Sociable](http://yoast.com/wordpress/sociable/) page on [Yoast](http://yoast.com/)
|
sociable.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Sociable
|
4 |
Plugin URI: http://yoast.com/wordpress/sociable/
|
5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
|
6 |
-
Version: 3.0.
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://yoast.com/
|
9 |
|
@@ -908,7 +908,7 @@ function sociable_submenu() {
|
|
908 |
$usetargetblank = get_option('sociable_usetargetblank');
|
909 |
// display options
|
910 |
?>
|
911 |
-
<form action="<?php echo $_SERVER['REQUEST_URI']; ?>" method="post">
|
912 |
<?php
|
913 |
if ( function_exists('wp_nonce_field') )
|
914 |
wp_nonce_field('sociable-config');
|
@@ -951,7 +951,7 @@ function sociable_submenu() {
|
|
951 |
</th>
|
952 |
<td>
|
953 |
<?php _e("Change the text displayed in front of the icons below. For complete customization, copy the contents of <em>sociable.css</em> in the Sociable plugin directory to your theme's <em>style.css</em> and disable the use of the sociable stylesheet below.", 'sociable'); ?><br/>
|
954 |
-
<input size="80" type="text" name="tagline" value="<?php echo
|
955 |
</td>
|
956 |
</tr>
|
957 |
<tr>
|
3 |
Plugin Name: Sociable
|
4 |
Plugin URI: http://yoast.com/wordpress/sociable/
|
5 |
Description: Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites. Go to <a href="options-general.php?page=Sociable">Settings -> Sociable</a> for setup.
|
6 |
+
Version: 3.0.3
|
7 |
Author: Joost de Valk
|
8 |
Author URI: http://yoast.com/
|
9 |
|
908 |
$usetargetblank = get_option('sociable_usetargetblank');
|
909 |
// display options
|
910 |
?>
|
911 |
+
<form action="<?php echo attribute_escape( $_SERVER['REQUEST_URI'] ); ?>" method="post">
|
912 |
<?php
|
913 |
if ( function_exists('wp_nonce_field') )
|
914 |
wp_nonce_field('sociable-config');
|
951 |
</th>
|
952 |
<td>
|
953 |
<?php _e("Change the text displayed in front of the icons below. For complete customization, copy the contents of <em>sociable.css</em> in the Sociable plugin directory to your theme's <em>style.css</em> and disable the use of the sociable stylesheet below.", 'sociable'); ?><br/>
|
954 |
+
<input size="80" type="text" name="tagline" value="<?php echo attribute_escape($tagline); ?>" />
|
955 |
</td>
|
956 |
</tr>
|
957 |
<tr>
|