Make WordPress Core


Ignore:
Timestamp:
11/10/2011 08:46:29 PM (13 years ago)
Author:
koopersmith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-admin-bar.php

    r19236 r19248  
    144144
    145145                    if ( ! empty( $this->root->children->secondary ) ):
    146                         ?><ul class="top-secondary"><?php
     146                        ?><ul class="ab-top-menu top-secondary"><?php
    147147
    148148                            foreach ( $this->root->children->secondary as $node ) {
Note: See TracChangeset for help on using the changeset viewer.