Plugin Directory

Changeset 774346


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

update

Location:
readers-wall/trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • readers-wall/trunk/readers-wall.php

    r750514 r774346  
    44    Plugin URI: http://blog.leniy.org/readers-wall.html
    55    Description: 高度自定制性能的读者墙
    6     Version: 1.2.8
     6    Version: 1.3.0
    77    Author: leniy
    88    Author URI: http://blog.leniy.org/
    99*/
    1010
    11 /*
    12     Copyright 2012-2013 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 */
     11require_once(plugin_dir_path( __FILE__ ).'/inc/leniy_admin_menu.php');
    2712
    2813$thisplugin_author = "Leniy";
     
    6853
    6954function qw_RW_menu() {
    70     add_options_page( "Reasers Wall读者墙", "Reasers Wall读者墙", "administrator", 'RW.php', 'qw_RW_setpage');
     55    add_submenu_page('leniy-plugins', "Reasers Wall读者墙", "Reasers Wall读者墙", "manage_options", 'leniy-plugins/RW.php', 'qw_RW_setpage');
    7156}
    7257
Note: See TracChangeset for help on using the changeset viewer.