From da6ad55599d3834950b29758af5282cfcd97a02b Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 5 Nov 2012 18:16:23 +0000 Subject: [PATCH] Consistent escaping in admin_color_scheme_picker(). Props johnjamesjacoby. fixes #22326 git-svn-id: https://develop.svn.wordpress.org/trunk@22375 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/misc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 86f6cb5822..f09ef45289 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -537,16 +537,16 @@ $current_color = get_user_option('admin_color', $user_id); if ( empty($current_color) ) $current_color = 'fresh'; foreach ( $_wp_admin_css_colors as $color => $color_info ): ?> -
/> +
/> colors as $html_color ): ?> - +
  
- +