Changeset 774346
- Timestamp:
- 09/18/2013 01:46:06 AM (12 years ago)
- Location:
- readers-wall/trunk
- Files:
-
- 4 added
- 1 edited
-
inc (added)
-
inc/leniy-ico.png (added)
-
inc/leniy.png (added)
-
inc/leniy_admin_menu.php (added)
-
readers-wall.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
readers-wall/trunk/readers-wall.php
r750514 r774346 4 4 Plugin URI: http://blog.leniy.org/readers-wall.html 5 5 Description: 高度自定制性能的读者墙 6 Version: 1. 2.86 Version: 1.3.0 7 7 Author: leniy 8 8 Author URI: http://blog.leniy.org/ 9 9 */ 10 10 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 */ 11 require_once(plugin_dir_path( __FILE__ ).'/inc/leniy_admin_menu.php'); 27 12 28 13 $thisplugin_author = "Leniy"; … … 68 53 69 54 function 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'); 71 56 } 72 57
Note: See TracChangeset
for help on using the changeset viewer.