Make WordPress Core


Ignore:
Timestamp:
07/25/2012 04:41:18 AM (13 years ago)
Author:
azaozz
Message:

Put the spinner back to the right of the search field in internal linking, fixes #21351

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r21311 r21319  
    784784            <div class="link-search-wrapper">
    785785                <label>
    786                     <span><img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
    787                     <?php _e( 'Search' ); ?></span>
     786                    <span><?php _e( 'Search' ); ?></span>
    788787                    <input type="search" id="search-field" class="link-search-field" autocomplete="off" />
     788                    <img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
    789789                </label>
    790790            </div>
Note: See TracChangeset for help on using the changeset viewer.