Add general top-level class to the secondary admin menu. Fixes hover styling and tabbing JS. fixes #19220.

git-svn-id: https://develop.svn.wordpress.org/trunk@19248 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith 2011-11-10 20:46:29 +00:00
parent 448af8627c
commit 49e85592f0
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class WP_Admin_Bar {
}
if ( ! empty( $this->root->children->secondary ) ):
?><ul class="top-secondary"><?php
?><ul class="ab-top-menu top-secondary"><?php
foreach ( $this->root->children->secondary as $node ) {
$this->recursive_render( $node );