Widgets: Add missing closing tag for spinner after [35317].
Props rabmalin. Fixes #35150. git-svn-id: https://develop.svn.wordpress.org/trunk@36001 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
398a2996ae
commit
6c95087f20
@ -422,7 +422,7 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) {
|
||||
|
||||
submit_button( __( 'Clear Inactive Widgets' ), 'delete', 'removeinactivewidgets', false, $attributes );
|
||||
?>
|
||||
<span class="spinner">
|
||||
<span class="spinner"></span>
|
||||
</p>
|
||||
<?php wp_nonce_field( 'remove-inactive-widgets', '_wpnonce_remove_inactive_widgets' ); ?>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user