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:
Matt Mullenweg 2007-05-14 03:39:05 +00:00
parent dba19c56e5
commit ab123c415b

View File

@ -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 &raquo;' ); ?>" />
</p>
<div id="zones">
<?php
foreach ( $wp_registered_sidebars as $index => $sidebar ) {