Changeset 222835
- Timestamp:
- 03/29/2010 03:26:01 AM (16 years ago)
- File:
-
- 1 edited
-
comment-emailer/trunk/comment-emailer.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
comment-emailer/trunk/comment-emailer.php
r222829 r222835 3 3 * @package commented-emailer 4 4 * @author Gordon French 5 * @version 1.0. 35 * @version 1.0.4 6 6 */ 7 7 /* … … 11 11 12 12 Author: Gordon French 13 Version: 1.0. 313 Version: 1.0.4 14 14 Author URI: http://wordpress.gordonfrench.com 15 15 */ … … 29 29 function commented_menu() { 30 30 add_options_page('commented-emailer', 'Comment Email', '8', 'commented_emailer', 'commented_emailer'); 31 commented_admin_warnings();32 31 } 33 32 add_action('admin_menu', 'commented_menu'); … … 40 39 $commentedOptions['enabled'] == 'no'; 41 40 update_option("commentedOptions", $commentedOptions); 42 43 41 delete_option("commentedOptions"); 44 45 42 } 46 43 register_deactivation_hook( __FILE__, 'commented_remove' );
Note: See TracChangeset
for help on using the changeset viewer.