Make WordPress Core


Ignore:
Timestamp:
09/17/2011 12:41:04 AM (13 years ago)
Author:
koopersmith
Message:

Admin bar styles, take 1. Props iammmattthomas, see #18197.

File:
1 edited

Legend:

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

    r18690 r18695  
    164164    //  return;
    165165
    166     $grey_wp_logo_url = admin_url( 'images/wp-logo.png' );
    167 
    168     $grey_wp_logo = '<img src="' . esc_url( $grey_wp_logo_url ) . '" alt="' . esc_attr__( 'Blavatar' ) . '" width="16" height="16" class="blavatar"/>';
    169 
    170166    if ( is_multisite() )
    171167        $url = admin_url( 'my-sites.php' );
     
    175171    $wp_admin_bar->add_menu( array(
    176172        'id'    => 'my-blogs',
    177         'title' => $grey_wp_logo,
     173        'title' => '&nbsp;',
    178174        'href'  => $url,
     175        'meta'  => array(
     176            'class' => 'wp-admin-bar-logo',
     177        ),
    179178    ) );
    180179
Note: See TracChangeset for help on using the changeset viewer.