This button gets buried, especially when you have a lot of widgets, and it needs to be at the top too.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5471 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2007-05-14 03:39:05 +00:00
parent 05c0fccdf9
commit 537f72cffb
1 changed files with 3 additions and 0 deletions

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 ) {