Changeset 17436 for branches/3.1/wp-includes/admin-bar.php
- Timestamp:
- 02/09/2011 05:36:23 PM (15 years ago)
- File:
-
- 1 edited
-
branches/3.1/wp-includes/admin-bar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-includes/admin-bar.php
r17329 r17436 146 146 if ( empty( $short ) ) 147 147 return; 148 148 149 149 $html = '<input class="shortlink-input" type="text" readonly="readonly" value="' . esc_attr( $short ) . '" />'; 150 150 151 151 $wp_admin_bar->add_menu( array( 152 152 'id' => $id,
Note: See TracChangeset
for help on using the changeset viewer.