Put the spinner back to the right of the search field in internal linking, fixes #21351
git-svn-id: https://develop.svn.wordpress.org/trunk@21319 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e08cdca958
commit
461bdfbd2d
@ -783,9 +783,9 @@ final class _WP_Editors {
|
|||||||
<div id="search-panel"<?php if ( ! $show_internal ) echo ' style="display:none"'; ?>>
|
<div id="search-panel"<?php if ( ! $show_internal ) echo ' style="display:none"'; ?>>
|
||||||
<div class="link-search-wrapper">
|
<div class="link-search-wrapper">
|
||||||
<label>
|
<label>
|
||||||
<span><img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
|
<span><?php _e( 'Search' ); ?></span>
|
||||||
<?php _e( 'Search' ); ?></span>
|
|
||||||
<input type="search" id="search-field" class="link-search-field" autocomplete="off" />
|
<input type="search" id="search-field" class="link-search-field" autocomplete="off" />
|
||||||
|
<img class="waiting" src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" alt="" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div id="search-results" class="query-results">
|
<div id="search-results" class="query-results">
|
||||||
|
Loading…
Reference in New Issue
Block a user