From 86a132fe2bbbb43fa218e19c56aaec8a626f3f3e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 10 Nov 2012 05:30:51 +0000 Subject: [PATCH] URLs should be esc_url(), not esc_attr(). git-svn-id: https://develop.svn.wordpress.org/trunk@22520 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/custom-header.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php index 5cc3e96330..85a22dceba 100644 --- a/wp-admin/custom-header.php +++ b/wp-admin/custom-header.php @@ -525,7 +525,7 @@ class Custom_Image_Header { printf( __( 'Suggested height is %1$d pixels.' ) . ' ', get_theme_support( 'custom-header', 'height' ) ); } ?>

-
+


@@ -554,7 +554,7 @@ class Custom_Image_Header { - + @@ -729,7 +729,7 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>

- +