From c09a48a915ef51c0c84d10daa216ce708369509d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 18 Jul 2014 23:41:14 +0000 Subject: [PATCH] Add screen reader text for star ratings on Install Plugins screen. props joedolson. fixes #28852. Built from https://develop.svn.wordpress.org/trunk@29232 git-svn-id: http://core.svn.wordpress.org/trunk@29016 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 58eae61814..b1af05783f 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -2146,6 +2146,7 @@ function wp_star_rating( $args = array() ) { } echo '
'; + echo '' . $title . ''; echo str_repeat( '
', $full_stars ); echo str_repeat( '
', $half_stars ); echo str_repeat( '
', $empty_stars);