diff --git a/wp-admin/customize.php b/wp-admin/customize.php index 7f26586ab8..1728a983b2 100644 --- a/wp-admin/customize.php +++ b/wp-admin/customize.php @@ -74,8 +74,13 @@ if ( is_rtl() ) $body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); $admin_title = sprintf( __( '%1$s — WordPress' ), strip_tags( sprintf( __( 'Customize %s' ), $wp_customize->theme()->display('Name') ) ) ); -?><?php echo $admin_title; ?><?php echo $admin_title; ?> + + +