In 2.7 revision 9082, when you use an admin menu that was created by a theme or plugin (for instance, the WP Super Cache settings page), the entire sidebar disappears except for the "Dashboard" link.
What's up with this? Is it a bug?
In 2.7 revision 9082, when you use an admin menu that was created by a theme or plugin (for instance, the WP Super Cache settings page), the entire sidebar disappears except for the "Dashboard" link.
What's up with this? Is it a bug?
Looks like a bug to me. Viewing the source reveals this:
<ul id="adminmenu" class="wp-menu">
<li class="wp-first-item">
<a href='index.php' class="wp-first-item">Dashboard</a></li>
</ul>
Seems like the links that are supposed to populate the admin menu aren't generated when using the wp-admin/admin.php to generate admin pages.
Fixed in revision 9086 ... thanks guys!
Whatever was fixed in 9086 has been reverted in 9088. The problem is back.
This topic has been closed to new replies.