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 1b47436..3067f97 100644
|
a
|
b
|
class WP_Plugin_Install_List_Table extends WP_List_Table {
|
| 709 | 709 | <h3> |
| 710 | 710 | <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox open-plugin-details-modal"> |
| 711 | 711 | <?php echo $title; ?> |
| 712 | | <img src="<?php echo esc_attr( $plugin_icon_url ); ?>" class="plugin-icon" alt="" /> |
| | 712 | <img src="<?php echo esc_url( $plugin_icon_url ); ?>" class="plugin-icon" alt="" /> |
| 713 | 713 | </a> |
| 714 | 714 | </h3> |
| 715 | 715 | </div> |