From 85cac9d47ee28ef28ff44a80bd850d46177684a2 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Sun, 17 Apr 2016 12:01:27 +0000 Subject: [PATCH] Customizer, Site Icon preview: improve alt attributes and text accessibility. Props shahpranaf, TacoVerdo, afercia. Fixes #36562. Built from https://develop.svn.wordpress.org/trunk@37229 git-svn-id: http://core.svn.wordpress.org/trunk@37195 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../customize/class-wp-customize-site-icon-control.php | 4 ++-- wp-includes/media-template.php | 8 ++++---- wp-includes/version.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-includes/customize/class-wp-customize-site-icon-control.php b/wp-includes/customize/class-wp-customize-site-icon-control.php index fb2fa0d9e0..077e9955cf 100644 --- a/wp-includes/customize/class-wp-customize-site-icon-control.php +++ b/wp-includes/customize/class-wp-customize-site-icon-control.php @@ -64,12 +64,12 @@ class WP_Customize_Site_Icon_Control extends WP_Customize_Cropped_Image_Control
- <?php esc_attr_e( 'Browser interface preview' ); ?> +
<?php esc_attr_e( 'Preview as a browser icon' ); ?>
- +
<?php esc_attr_e( 'Preview as an app icon' ); ?>
diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 8d7c758c50..1a6a83817c 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1232,23 +1232,23 @@ function wp_print_media_templates() {