Plugin Directory

Changeset 774359


Ignore:
Timestamp:
09/18/2013 02:06:17 AM (12 years ago)
Author:
leniy
Message:

update

Location:
mail-to-all-comment/trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • mail-to-all-comment/trunk/mail-to-all.php

    r709662 r774359  
    44    Plugin URI: http://blog.leniy.org/mail-to-all.html
    55    Description: 方便给某篇文章的评论用户发送订阅、通知等邮件。
    6     Version: 1.4.1
     6    Version: 1.5.0
    77    Author: leniy
    88    Author URI: http://blog.leniy.org/
    99*/
    1010
    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');
    2712
    2813register_activation_hook(__FILE__, 'qw_MTA_act');
Note: See TracChangeset for help on using the changeset viewer.