Make WordPress Core

Ticket #19404: 19404-titles-1.patch

File 19404-titles-1.patch, 598 bytes (added by DrewAPicture, 13 years ago)

Adds title attr for the W menu and My Account

  • wp-includes/admin-bar.php

     
    7676                'id'    => 'wp-logo',
    7777                'title' => '<div class="ab-icon"></div>',
    7878                'href'  => admin_url( 'about.php' ),
     79                'meta'      => array(
     80                        'title' => __('About WordPress'),
     81                ),
    7982        ) );
    8083
    8184        if ( is_user_logged_in() ) {
     
    144147                        'href'      => $profile_url,
    145148                        'meta'      => array(
    146149                                'class'     => $class,
     150                                'title'     => __('My Account'),
    147151                        ),
    148152                ) );
    149153