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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2011-11-10 20:46:29 +00:00
parent 6074eda69d
commit 5299994ce5
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 );