Plugin Directory

Changeset 222835


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

trying to work out a bug with version 1.0.2

File:
1 edited

Legend:

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

    r222829 r222835  
    33 * @package commented-emailer
    44 * @author Gordon French
    5  * @version 1.0.3
     5 * @version 1.0.4
    66 */
    77/*
     
    1111
    1212Author: Gordon French
    13 Version: 1.0.3
     13Version: 1.0.4
    1414Author URI: http://wordpress.gordonfrench.com
    1515*/
     
    2929function commented_menu() {
    3030   add_options_page('commented-emailer', 'Comment Email', '8', 'commented_emailer', 'commented_emailer');
    31    commented_admin_warnings();
    3231}
    3332add_action('admin_menu', 'commented_menu');
     
    4039    $commentedOptions['enabled'] == 'no';
    4140    update_option("commentedOptions", $commentedOptions);
    42    
    4341    delete_option("commentedOptions");
    44    
    4542}
    4643register_deactivation_hook( __FILE__, 'commented_remove' );
Note: See TracChangeset for help on using the changeset viewer.