Make WordPress Core


Ignore:
Timestamp:
02/09/2011 05:35:36 PM (14 years ago)
Author:
ryan
Message:

Pink the whites.

File:
1 edited

Legend:

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

    r17279 r17435  
    116116        <?php
    117117        $is_parent =  ! empty( $menu_item['children'] );
    118        
     118
    119119        $menuclass = $is_parent ? 'menupop' : '';
    120120        if ( ! empty( $menu_item['meta']['class'] ) )
Note: See TracChangeset for help on using the changeset viewer.