Changeset 222829
- Timestamp:
- 03/29/2010 03:14:22 AM (16 years ago)
- Location:
- comment-emailer/trunk
- Files:
-
- 2 edited
-
comment-emailer.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-emailer/trunk/comment-emailer.php
r222577 r222829 3 3 * @package commented-emailer 4 4 * @author Gordon French 5 * @version 1.0. 25 * @version 1.0.3 6 6 */ 7 7 /* … … 11 11 12 12 Author: Gordon French 13 Version: 1.0. 213 Version: 1.0.3 14 14 Author URI: http://wordpress.gordonfrench.com 15 15 */ … … 45 45 } 46 46 register_deactivation_hook( __FILE__, 'commented_remove' ); 47 47 register_activation_hook( __FILE__, 'commented_remove' ); 48 48 49 49 -
comment-emailer/trunk/readme.txt
r222577 r222829 5 5 Requires at least: 2.0 6 6 Tested up to: 2.9.2 7 Stable tag: 1.0 7 Stable tag: 1.0.3 8 8 9 9 Comment-Emailer allows you to customize the email wordpress automatically
Note: See TracChangeset
for help on using the changeset viewer.