mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
This button gets buried, especially when you have a lot of widgets, and it needs to be at the top too.
git-svn-id: https://develop.svn.wordpress.org/trunk@5471 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dba19c56e5
commit
ab123c415b
@ -293,6 +293,9 @@ if ( isset( $_POST['action'] ) ) {
|
||||
<p><?php _e( 'You can drag and drop widgets onto your sidebar below.' ); ?></p>
|
||||
|
||||
<form id="sbadmin" method="post" onsubmit="serializeAll();">
|
||||
<p class="submit">
|
||||
<input type="submit" value="<?php _e( 'Save Changes »' ); ?>" />
|
||||
</p>
|
||||
<div id="zones">
|
||||
<?php
|
||||
foreach ( $wp_registered_sidebars as $index => $sidebar ) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user