mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Administration: Add /
character to <img>
tag in WP_Plugin_Install_List_Table::display_rows()
.
While this has no effect on void elements in HTML5, it fixes a minor inconsistency with the rest of core. Props adnan.limdi, Soean. Fixes #41904. Built from https://develop.svn.wordpress.org/trunk@47493 git-svn-id: http://core.svn.wordpress.org/trunk@47268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
248a115c2b
commit
5ce4cc4930
@ -698,7 +698,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_attr( $plugin_icon_url ); ?>" class="plugin-icon" alt="" />
|
||||
</a>
|
||||
</h3>
|
||||
</div>
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47478';
|
||||
$wp_version = '5.5-alpha-47493';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user