Changeset 793955
- Timestamp:
- 10/26/2013 07:57:01 AM (12 years ago)
- Location:
- twitterlink-comments
- Files:
-
- 44 added
- 2 edited
-
tags/1.31 (added)
-
tags/1.31/images (added)
-
tags/1.31/images/facebook.png (added)
-
tags/1.31/images/linkedin.png (added)
-
tags/1.31/images/no_spam_button.jpg (added)
-
tags/1.31/images/playbutton.png (added)
-
tags/1.31/images/playbuttonfront.png (added)
-
tags/1.31/images/skype.png (added)
-
tags/1.31/images/twitter.gif (added)
-
tags/1.31/images/twitter.png (added)
-
tags/1.31/include (added)
-
tags/1.31/include/options-page.php (added)
-
tags/1.31/js (added)
-
tags/1.31/js/jquery.fancybox.js (added)
-
tags/1.31/js/script.js (added)
-
tags/1.31/lang (added)
-
tags/1.31/lang/default.mo (added)
-
tags/1.31/lang/default.po (added)
-
tags/1.31/lang/twitlink-ar_AR.mo (added)
-
tags/1.31/lang/twitlink-ar_AR.po (added)
-
tags/1.31/lang/twitlink-be_BY.mo (added)
-
tags/1.31/lang/twitlink-be_BY.po (added)
-
tags/1.31/lang/twitlink-de_DE.po (added)
-
tags/1.31/lang/twitlink-fr_FR.mo (added)
-
tags/1.31/lang/twitlink-fr_FR.po (added)
-
tags/1.31/lang/twitlink-it_IT.mo (added)
-
tags/1.31/lang/twitlink-it_IT.po (added)
-
tags/1.31/lang/twitlink-ru_RU.mo (added)
-
tags/1.31/lang/twitlink-ru_RU.po (added)
-
tags/1.31/lang/twitlink-sv_SE.mo (added)
-
tags/1.31/lang/twitlink-sv_SE.po (added)
-
tags/1.31/readme.txt (added)
-
tags/1.31/screenshot-1.jpg (added)
-
tags/1.31/screenshot-2.jpg (added)
-
tags/1.31/style (added)
-
tags/1.31/style/blank.gif (added)
-
tags/1.31/style/fancybox_loading.gif (added)
-
tags/1.31/style/fancybox_overlay.png (added)
-
tags/1.31/style/fancybox_sprite.png (added)
-
tags/1.31/style/jquery.fancybox.css (added)
-
tags/1.31/twitterlink-comments.php (added)
-
tags/1.31/uninstall.php (added)
-
tags/1.31/videos (added)
-
tags/1.31/videos/starthere.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/twitterlink-comments.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twitterlink-comments/trunk/readme.txt
r718136 r793955 4 4 Tags: twitter, comment form, follow me, twitterlink, twitlinkid 5 5 Requires at least: 3.0 6 Tested up to: 3. 17 Stable tag: 1.3 6 Tested up to: 3.7 7 Stable tag: 1.31 8 8 9 9 Allow your commentators to include their Twitter username along with their comment so a follow-me link can be displayed with their details on the list of comments. … … 69 69 == Upgrade Notice == 70 70 71 = 1.3 =71 = 1.31 = 72 72 73 Recoded to new WP3.0 standards and better uninstall routine73 wp 3.7 compatibility 74 74 75 75 == ChangeLog == 76 77 = 1.3.1 = 78 79 * updated : wp3.7 compatibility 76 80 77 81 = 1.3 = -
twitterlink-comments/trunk/twitterlink-comments.php
r718129 r793955 3 3 Plugin URI: http://comluv.com/ 4 4 Description: Plugin to show a link to follow the comment author on twitter if they have entered in their username at least once in the comment form 5 Version: 1.3 05 Version: 1.31 6 6 Author: Andy Bailey 7 7 Author URI: http://comluv.com … … 26 26 var $image_url; 27 27 var $db_option = 'twitlink'; 28 var $version = '1.3 0';28 var $version = '1.31'; 29 29 var $slug = 'twitlink-settings'; 30 30 var $hook; … … 584 584 */ 585 585 function ab_subscribe(){ 586 debugbreak();586 //debugbreak(); 587 587 $email = strip_tags($_POST['email']); 588 588 if(!is_email($email)){ … … 597 597 $success = wp_mail($to,$subject,'subscribe','From: '.$name.'<'.$email.'>'."\r\n"); 598 598 if($success){ 599 printf(__('Email %s added to list ,please check your inbox for the confirmation link',$this->plugin_domain),$email);599 printf(__('Email %s added to list. please check your inbox for the confirmation link',$this->plugin_domain),$email); 600 600 } else { 601 601 _e('oh dear! some error happened with sending the subscribe email, you may have to subscribe manually at ComLuv.com',$this->plugin_domain);
Note: See TracChangeset
for help on using the changeset viewer.