Changeset 355791
- Timestamp:
- 03/05/2011 05:21:26 PM (15 years ago)
- Location:
- wp-tweet-button/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-tweet-button.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-tweet-button/trunk/readme.txt
r355781 r355791 125 125 == Changelog == 126 126 127 = 2.0.4. 1=127 = 2.0.4.2 = 128 128 * Improved shortlink handling in Wordpress 3.1. Shortlink settings in this plugin can be set as universal by checking the "Add rel=shortlink to head" box. 129 129 -
wp-tweet-button/trunk/wp-tweet-button.php
r355781 r355791 2 2 /* 3 3 Plugin Name: WP Tweet Button 4 Version: 2.0.4. 14 Version: 2.0.4.2 5 5 Plugin URI: http://0xtc.com/plugins/wp-tweet-button 6 6 Description: The WordPress implementation of the official Twitter Tweet Button. … … 589 589 remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 ); 590 590 add_action( 'wp_head', array(&$this, 'tw_add_rel_shortlink')); 591 add_filter('pre_get_shortlink', array(&$this, 'tw_get_short_url'));591 if (!$this->tw_get_option('tw_url_shortener') == 'wordpress') add_filter('pre_get_shortlink', array(&$this, 'tw_get_short_url')); 592 592 } 593 593 }
Note: See TracChangeset
for help on using the changeset viewer.