From adb2e127c15b6840865c59d189e78897827ed4e4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Nov 2013 15:46:36 +0000 Subject: [PATCH] Define ajaxurl in the customizer. props celloexpressions. see #25866. git-svn-id: https://develop.svn.wordpress.org/trunk@26082 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/customize.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index 7f26586ab8..1728a983b2 100644 --- a/src/wp-admin/customize.php +++ b/src/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; ?> + + +