Changeset 21307
- Timestamp:
- 07/23/2012 10:38:52 PM (13 years ago)
- Location:
- branches/3.4/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/wp-includes/class-wp-editor.php
r21123 r21307 784 784 <label> 785 785 <span><?php _e( 'Search' ); ?></span> 786 <input type=" search" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" />786 <input type="text" id="search-field" class="link-search-field" tabindex="60" autocomplete="off" /> 787 787 <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" /> 788 788 </label> -
branches/3.4/wp-includes/css/editor.dev.css
r21118 r21307 1238 1238 #wp-link .link-search-wrapper span { 1239 1239 float: left; 1240 margin-top: 6px;1240 margin-top: 9px; 1241 1241 } 1242 1242
Note: See TracChangeset
for help on using the changeset viewer.