Changeset 774359
- Timestamp:
- 09/18/2013 02:06:17 AM (12 years ago)
- Location:
- mail-to-all-comment/trunk
- Files:
-
- 4 added
- 1 edited
-
inc (added)
-
inc/leniy-ico.png (added)
-
inc/leniy.png (added)
-
inc/leniy_admin_menu.php (added)
-
mail-to-all.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mail-to-all-comment/trunk/mail-to-all.php
r709662 r774359 4 4 Plugin URI: http://blog.leniy.org/mail-to-all.html 5 5 Description: 方便给某篇文章的评论用户发送订阅、通知等邮件。 6 Version: 1. 4.16 Version: 1.5.0 7 7 Author: leniy 8 8 Author URI: http://blog.leniy.org/ 9 9 */ 10 10 11 /* 12 Copyright 2012 Leniy (m@leniy.org) 13 14 This program is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License, version 2, as 16 published by the Free Software Foundation. 17 18 This program is distributed in the hope that it will be useful, 19 but WITHOUT ANY WARRANTY; without even the implied warranty of 20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 GNU General Public License for more details. 22 23 You should have received a copy of the GNU General Public License 24 along with this program; if not, write to the Free Software 25 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 */ 11 //require_once(plugin_dir_path( __FILE__ ).'/inc/leniy_admin_menu.php'); 27 12 28 13 register_activation_hook(__FILE__, 'qw_MTA_act');
Note: See TracChangeset
for help on using the changeset viewer.