mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
General: Use correct escaping function for the plugin icon URL.
Props chintan1896, audrasjb. Fixes #53151. git-svn-id: https://develop.svn.wordpress.org/trunk@50808 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
96c9af127c
commit
3eb51f7546
@ -709,7 +709,7 @@ class WP_Plugin_Install_List_Table extends WP_List_Table {
|
||||
<h3>
|
||||
<a href="<?php echo esc_url( $details_link ); ?>" class="thickbox open-plugin-details-modal">
|
||||
<?php echo $title; ?>
|
||||
<img src="<?php echo esc_attr( $plugin_icon_url ); ?>" class="plugin-icon" alt="" />
|
||||
<img src="<?php echo esc_url( $plugin_icon_url ); ?>" class="plugin-icon" alt="" />
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user