s/Save/Change/
git-svn-id: https://develop.svn.wordpress.org/trunk@6650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c1b80c091e
commit
5c9413d4f1
@ -192,7 +192,7 @@ function wp_widget_control( $key, $widget, $display = 'display' ) {
|
||||
|
||||
<?php if ( $control && 'edit' != $display ) : ?>
|
||||
|
||||
<a class="widget-action widget-control-save edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Save'); ?></a>
|
||||
<a class="widget-action widget-control-save edit alignleft" href="#save:<?php echo $id_format; ?>"><?php _e('Change'); ?></a>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user