Make WordPress Core


Ignore:
Timestamp:
11/11/2010 04:19:25 PM (15 years ago)
Author:
ryan
Message:

Admin bar tweaks. Props filosofo. see #15308

File:
1 edited

Legend:

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

    r16291 r16302  
    207207        return;
    208208
    209     $wp_admin_bar->add_menu( array( 'id' => 'new-content', 'title' => __( 'New Content' ), 'href' => '', ) );
     209    $wp_admin_bar->add_menu( array( 'id' => 'new-content', 'title' => __( 'Add New' ), 'href' => '', ) );
    210210
    211211    foreach ( $actions as $link => $action ) {
Note: See TracChangeset for help on using the changeset viewer.