[wp-trac] [WordPress Trac] #13722: menu_slug part of add_submenu_page ignores space chars
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 10 19:42:05 UTC 2010
#13722: menu_slug part of add_submenu_page ignores space chars
--------------------------+-------------------------------------------------
Reporter: utvikl | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: General | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
Changes (by ocean90):
* keywords: reporter-feedback =>
* milestone: Unassigned => 3.0
Comment:
The plugin use this:
{{{
define('PC_HOME','wpmu-admin.php');
add_submenu_page(PC_HOME, __('Plugin Commander', 'plugin-commander'),
__('Plugin Commander', 'plugin-commander'), 8,'Plugin Commander',
'pc_page');
}}}
And the link will be !http://localhost/wp/wp-admin/ms-
admin.php?page='''PluginCommander''' [[BR]]
It has worked in 2.9.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13722#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list