From 2ed7ccf0523c26a475d0bdb0a380a6417430088f Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 17 Jun 2011 05:41:35 +0000 Subject: [PATCH] Add new star.gif replacement with a Grey background (& White counterpart). Props chexee for star icons. Fixes #17428 git-svn-id: https://develop.svn.wordpress.org/trunk@18318 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/images/gray-star.png | Bin 0 -> 625 bytes wp-admin/images/star.gif | Bin 109 -> 0 bytes wp-admin/images/star.png | Bin 0 -> 611 bytes .../class-wp-plugin-install-list-table.php | 17 ++++++++++++----- wp-admin/includes/plugin-install.php | 10 +++++----- wp-admin/includes/theme-install.php | 10 +++++----- wp-admin/includes/update-core.php | 3 ++- 7 files changed, 24 insertions(+), 16 deletions(-) create mode 100644 wp-admin/images/gray-star.png delete mode 100644 wp-admin/images/star.gif create mode 100644 wp-admin/images/star.png diff --git a/wp-admin/images/gray-star.png b/wp-admin/images/gray-star.png new file mode 100644 index 0000000000000000000000000000000000000000..a32b058bab68d77648dc1d8189b0d459b43dfc6c GIT binary patch literal 625 zcmV-%0*?KOP)J;xrTZQ^}xFMK%n-1FtD=iZ|`%jHr7!NNM^^LfZ-vtY4UL{iw%Gpkf88`D%O zB{VaF&Z^hzT?|p=1DYL)w7a6>cs!<{BA;n9olfDu&04J%g)2_q%d-4$W~ z+wBhW@%enPD@hVqt=4ZIkB2V#K4L{&NZ=16;QS%ii9?sm^$5FBZ8qD_(HM91yA7b7EQt{x7&S|PNxkUvvrS}_C1ryoO25&$X9{U9z9Gj7<`aSCbti5wOWN* ztyaeEV}aRaI2=yIVlnY+dc9r>l1_^f>%?a5cAJ8%V#x(=MJ3-BpO5S2&00000 LNkvXXu0mjfO&A>k literal 0 HcmV?d00001 diff --git a/wp-admin/images/star.gif b/wp-admin/images/star.gif deleted file mode 100644 index ff671f73d7c7204bdc5f1a72d220c90469217f5c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 109 zcmZ?wbhEHb6lM@+SjYeZ|Ns97(+r9~Ss1w(m>6_GT#!5ilU+}J!)dlfvuXm@sV~?Y z`Tk0%xWlB_uxX5C+twZ0rLVF5k<@MT+-!L- z=z77M@Y?J3K1-!i_Frb)0ew#syA0Q7J;yjLg`960bj|e9eUZa zIwFw>+3j}Xo8ugHKkx>4EA)S_27j;8=`<;dLV-YlVzJnj2Ue+6sMqV!bULM6E=NwM x^JnAYm$F%?$4G)kq?AGIF>3;<0oQa>Q4jOPFV002ovPDHLkV1k>
-
<?php _e( '5 stars' ) ?>
-
<?php _e( '4 stars' ) ?>
-
<?php _e( '3 stars' ) ?>
-
<?php _e( '2 stars' ) ?>
-
<?php _e( '1 star' ) ?>
+ +
<?php _e( '5 stars' ) ?>
+
<?php _e( '4 stars' ) ?>
+
<?php _e( '3 stars' ) ?>
+
<?php _e( '2 stars' ) ?>
+
<?php _e( '1 star' ) ?>
> diff --git a/wp-admin/includes/plugin-install.php b/wp-admin/includes/plugin-install.php index 66996c8c00..ca3e1f5bdf 100644 --- a/wp-admin/includes/plugin-install.php +++ b/wp-admin/includes/plugin-install.php @@ -327,11 +327,11 @@ function install_plugin_information() {

-
<?php _e('5 stars') ?>
-
<?php _e('4 stars') ?>
-
<?php _e('3 stars') ?>
-
<?php _e('2 stars') ?>
-
<?php _e('1 star') ?>
+
<?php _e('5 stars') ?>
+
<?php _e('4 stars') ?>
+
<?php _e('3 stars') ?>
+
<?php _e('2 stars') ?>
+
<?php _e('1 star') ?>
num_ratings), number_format_i18n($api->num_ratings)); ?> diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index da7c069ed8..1f24e40a4b 100644 --- a/wp-admin/includes/theme-install.php +++ b/wp-admin/includes/theme-install.php @@ -172,11 +172,11 @@ function display_theme($theme, $actions = null, $show_details = true) {
-
<?php _e('5 stars') ?>
-
<?php _e('4 stars') ?>
-
<?php _e('3 stars') ?>
-
<?php _e('2 stars') ?>
-
<?php _e('1 star') ?>
+
<?php _e('5 stars') ?>
+
<?php _e('4 stars') ?>
+
<?php _e('3 stars') ?>
+
<?php _e('2 stars') ?>
+
<?php _e('1 star') ?>