Changeset 921528
- Timestamp:
- 05/27/2014 09:17:22 AM (12 years ago)
- Location:
- addthis/tags/3.5.10
- Files:
-
- 3 edited
- 1 copied
-
. (copied) (copied from addthis/trunk)
-
addthis_social_widget.php (modified) (1 diff)
-
includes/addthis_addjs.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
addthis/tags/3.5.10/addthis_social_widget.php
r864597 r921528 24 24 * Plugin URI: http://www.addthis.com 25 25 * Description: Help your visitor promote your site! The AddThis Social Bookmarking Widget allows any visitor to bookmark your site easily with many popular services. Sign up for an AddThis.com account to see how your visitors are sharing your content--which services they're using for sharing, which content is shared the most, and more. It's all free--even the pretty charts and graphs. 26 * Version: 3.5. 926 * Version: 3.5.10 27 27 * 28 28 * Author: The AddThis Team -
addthis/tags/3.5.10/includes/addthis_addjs.php
r848816 r921528 166 166 function addWidgetToJs(){ 167 167 $addthis_settings_options = get_option('addthis_settings'); 168 $addthis_asynchronous_loading = $addthis_settings_options['addthis_asynchronous_loading'];168 $addthis_asynchronous_loading = ($addthis_settings_options['addthis_asynchronous_loading'])?$addthis_settings_options['addthis_asynchronous_loading']:false; 169 169 if(isset($addthis_asynchronous_loading) && $addthis_asynchronous_loading) { 170 170 $this->jsToAdd .= '<script type="text/javascript" src="//s7.addthis.com/js/'.$this->atversion.'/addthis_widget.js#pubid='. urlencode( $this->pubid ).'&async=1"></script>'; -
addthis/tags/3.5.10/readme.txt
r864597 r921528 4 4 Requires at least: 3.0 5 5 Tested up to: 3.8.1 6 Stable tag: 3.5. 96 Stable tag: 3.5.10 7 7 8 8 AddThis Share Buttons help drive traffic to your site by helping visitors share, bookmark and email your content to over 330 services. … … 76 76 77 77 == Changelog == 78 = 3.5.10 = 79 * Minor bug fix 78 80 79 81 = 3.5.9 = … … 262 264 == Upgrade Notice == 263 265 266 = 3.5.10 = 267 * Minor bug fix 268 264 269 = 3.5.9 = 265 270 * CURL bug fix
Note: See TracChangeset
for help on using the changeset viewer.