diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 08e997db9..e2351d66a 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -51,7 +51,7 @@ do_action( 'customize_controls_print_scripts' );
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 ); ?>