mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 22:15:28 +00:00
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:
parent
6074eda69d
commit
5299994ce5
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user