Plugin Directory

Changeset 793955


Ignore:
Timestamp:
10/26/2013 07:57:01 AM (12 years ago)
Author:
commentluv
Message:

tagging 1.31 and compatibility with wp3.7

Location:
twitterlink-comments
Files:
44 added
2 edited

Legend:

Unmodified
Added
Removed
  • twitterlink-comments/trunk/readme.txt

    r718136 r793955  
    44Tags: twitter, comment form, follow me, twitterlink, twitlinkid
    55Requires at least: 3.0
    6 Tested up to: 3.1
    7 Stable tag: 1.3
     6Tested up to: 3.7
     7Stable tag: 1.31
    88   
    99Allow 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.
     
    6969== Upgrade Notice ==
    7070
    71 = 1.3 =
     71= 1.31 =
    7272
    73 Recoded to new WP3.0 standards and better uninstall routine
     73wp 3.7 compatibility
    7474
    7575== ChangeLog ==
     76
     77= 1.3.1 =
     78
     79* updated : wp3.7 compatibility
    7680
    7781= 1.3 =
  • twitterlink-comments/trunk/twitterlink-comments.php

    r718129 r793955  
    33    Plugin URI: http://comluv.com/
    44    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.30
     5    Version: 1.31
    66    Author: Andy Bailey
    77    Author URI: http://comluv.com
     
    2626            var $image_url;
    2727            var $db_option = 'twitlink';
    28             var $version = '1.30';
     28            var $version = '1.31';
    2929            var $slug = 'twitlink-settings';
    3030            var $hook;
     
    584584            */
    585585            function ab_subscribe(){
    586                 debugbreak();
     586                //debugbreak();
    587587                $email = strip_tags($_POST['email']);
    588588                if(!is_email($email)){
     
    597597                $success = wp_mail($to,$subject,'subscribe','From: '.$name.'<'.$email.'>'."\r\n");           
    598598                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);
    600600                } else {
    601601                    _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.