diff --git a/wp-admin/customize.php b/wp-admin/customize.php
index fd05538bbc..e37d935dba 100644
|
a
|
b
|
do_action( 'customize_controls_print_scripts' ); |
| 187 | 187 | <span class="controls"><?php _e( 'Customize' ); ?></span> |
| 188 | 188 | <span class="preview"><?php _e( 'Preview' ); ?></span> |
| 189 | 189 | </button> |
| 190 | | <a class="customize-controls-close" href="<?php echo esc_url( $wp_customize->get_return_url() ); ?>"> |
| | 190 | <a class="customize-controls-close" href="<?php echo esc_url( admin_url( 'themes.php' ) ); ?>"> |
| 191 | 191 | <span class="screen-reader-text"><?php _e( 'Close the Customizer and go back to the previous page' ); ?></span> |
| 192 | 192 | </a> |
| 193 | 193 | </div> |