Make WordPress Core


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

Pink the whites.

File:
1 edited

Legend:

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

    r17329 r17435  
    146146    if ( empty( $short ) )
    147147        return;
    148    
     148
    149149    $html = '<input class="shortlink-input" type="text" readonly="readonly" value="' . esc_attr( $short ) . '" />';
    150    
     150
    151151    $wp_admin_bar->add_menu( array(
    152152        'id' => $id,
Note: See TracChangeset for help on using the changeset viewer.