diff --git a/wp-admin/images/gray-star.png b/wp-admin/images/gray-star.png new file mode 100644 index 000000000..a32b058ba Binary files /dev/null and b/wp-admin/images/gray-star.png differ diff --git a/wp-admin/images/star.gif b/wp-admin/images/star.gif deleted file mode 100644 index ff671f73d..000000000 Binary files a/wp-admin/images/star.gif and /dev/null differ diff --git a/wp-admin/images/star.png b/wp-admin/images/star.png new file mode 100644 index 000000000..4ca526143 Binary files /dev/null and b/wp-admin/images/star.png differ diff --git a/wp-admin/includes/class-wp-plugin-install-list-table.php b/wp-admin/includes/class-wp-plugin-install-list-table.php index 9b185dd00..1f809b37a 100644 --- a/wp-admin/includes/class-wp-plugin-install-list-table.php +++ b/wp-admin/includes/class-wp-plugin-install-list-table.php @@ -220,11 +220,18 @@ class WP_Plugin_Install_List_Table extends WP_List_Table { >
-
<?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 66996c8c0..ca3e1f5bd 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 da7c069ed..1f24e40a4 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') ?>