Make WordPress Core


Ignore:
Timestamp:
12/01/2011 02:55:53 AM (12 years ago)
Author:
koopersmith
Message:

Add titles to toolbar W and Account items. props DrewAPicture, see #19404.

File:
1 edited

Legend:

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

    r19516 r19517  
    7777        'title' => '<span class="ab-icon"></span>',
    7878        'href'  => admin_url( 'about.php' ),
     79        'meta'  => array(
     80            'title' => __('About WordPress'),
     81        ),
    7982    ) );
    8083
     
    145148            'meta'      => array(
    146149                'class'     => $class,
     150                'title'     => __('My Account'),
    147151            ),
    148152        ) );
Note: See TracChangeset for help on using the changeset viewer.