mirror of
git://develop.git.wordpress.org/
synced 2025-03-11 23:49:54 +01: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…
x
Reference in New Issue
Block a user