[wpmu-trac] Re: [WordPress MU Trac] #913: Typo with
wp-admin/menu-header.php
WordPress MU Trac
wpmu-trac at lists.automattic.com
Tue Mar 24 17:45:54 GMT 2009
#913: Typo with wp-admin/menu-header.php
------------------------+---------------------------------------------------
Reporter: tdjcbe | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.7.1
Component: component1 | Version: 2.7.1
Severity: normal | Resolution:
Keywords: has-fix |
------------------------+---------------------------------------------------
Comment (by donncha):
The problem occurs on the sidebar as well, not just the admin bar.
I dumped the $menu array and it has this element:
{{{
[80] => Array
(
[0] => SlidePress
[1] => 1
[2] => .
[3] => SlidePress Admin Interface
[4] => menu-top toplevel_page_. menu-top-first menu-top-last
[5] => toplevel_page_.
[6] => images/generic.png
)
}}}
When installed in plugins/ it looks like this. the second member of that
array is no longer "."
{{{
[80] => Array
(
[0] => SlidePress
[1] => 1
[2] => slidepress
[3] => SlidePress Admin Interface
[4] => menu-top toplevel_page_slidepress menu-top-first menu-
top-last
[5] => toplevel_page_slidepress
[6] => images/generic.png
)
}}}
Something odd with SlidePress. It doesn't play nicely with the sitewide
plugin activation either :(
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/913#comment:6>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list