git-svn-id: https://develop.svn.wordpress.org/trunk@20877 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e4768db2b7
commit
65125dccb3
@ -51,7 +51,7 @@ do_action( 'customize_controls_print_scripts' );
|
||||
<?php wp_nonce_field( 'customize_controls' ); ?>
|
||||
<div id="customize-header-actions" class="wp-full-overlay-header">
|
||||
<?php
|
||||
$save_text = $wp_customize->is_theme_active() ? __( 'Save' ) : __( 'Save and Activate' );
|
||||
$save_text = $wp_customize->is_theme_active() ? __( 'Save & Publish' ) : __( 'Save & Activate' );
|
||||
submit_button( $save_text, 'primary', 'save', false );
|
||||
?>
|
||||
<img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user