From 698bb5744e3f06fbccaa3a37b33ef682e6b6632b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 11 Nov 2013 15:47:09 +0000 Subject: [PATCH] Define ajaxurl in the customizer. props celloexpressions. see #25866. Built from https://develop.svn.wordpress.org/trunk@26082 git-svn-id: http://core.svn.wordpress.org/trunk@26002 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/customize.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; ?> + + +