Add save changes reminder to Widgets admin pending revamp in 2.8. Props mdawaffe. fixes #7863

git-svn-id: https://develop.svn.wordpress.org/trunk@9140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-13 23:09:15 +00:00
parent 83756cee0f
commit f021172259
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ function wp_widget_control( $sidebar_args ) {
<?php if ( $control ) : ?>
<a class="widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Change'); ?></a>
<a class="widget-action widget-control-save hide-if-no-js edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Done'); ?></a>
<?php endif; ?>