X-Git-Url: https://scripts.mit.edu/gitweb/autoinstallsdev/wordpress.git/blobdiff_plain/99a64b9fd0d5ebb21c33c3a0b5865e9c412b430c..5aa86a9053fb0fa15846bb60aac2fb8fdfff524a:/wp-admin/includes/class-wp-plugin-install-list-table.php 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 1f809b37..71337eb9 100644 --- a/wp-admin/includes/class-wp-plugin-install-list-table.php +++ b/wp-admin/includes/class-wp-plugin-install-list-table.php @@ -227,11 +227,11 @@ class WP_Plugin_Install_List_Table extends WP_List_Table { else $star_url = admin_url( 'images/star.png?v=20110615' ); // 'Classic' Blue star ?> -
<?php _e( '5 stars' ) ?>
-
<?php _e( '4 stars' ) ?>
-
<?php _e( '3 stars' ) ?>
-
<?php _e( '2 stars' ) ?>
-
<?php _e( '1 star' ) ?>
+
<?php esc_attr_e( '5 stars' ) ?>
+
<?php esc_attr_e( '4 stars' ) ?>
+
<?php esc_attr_e( '3 stars' ) ?>
+
<?php esc_attr_e( '2 stars' ) ?>
+
<?php esc_attr_e( '1 star' ) ?>
>