Plugin Directory

Changeset 222829


Ignore:
Timestamp:
03/29/2010 03:14:22 AM (16 years ago)
Author:
frenchsquared
Message:

added an activation hook to disable the plugin

Location:
comment-emailer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • comment-emailer/trunk/comment-emailer.php

    r222577 r222829  
    33 * @package commented-emailer
    44 * @author Gordon French
    5  * @version 1.0.2
     5 * @version 1.0.3
    66 */
    77/*
     
    1111
    1212Author: Gordon French
    13 Version: 1.0.2
     13Version: 1.0.3
    1414Author URI: http://wordpress.gordonfrench.com
    1515*/
     
    4545}
    4646register_deactivation_hook( __FILE__, 'commented_remove' );
    47 
     47register_activation_hook( __FILE__, 'commented_remove' );
    4848
    4949
  • comment-emailer/trunk/readme.txt

    r222577 r222829  
    55Requires at least: 2.0
    66Tested up to: 2.9.2
    7 Stable tag: 1.0
     7Stable tag: 1.0.3
    88
    99Comment-Emailer allows you to customize the email wordpress automatically
Note: See TracChangeset for help on using the changeset viewer.