Make WordPress Core

Ticket #32400: 32400.2.patch

File 32400.2.patch, 1.4 KB (added by afercia, 9 years ago)
  • src/wp-admin/css/list-tables.css

     
    16181618        margin: 0 20px 20px 0;
    16191619}
    16201620
    1621 .plugin-icon img {
    1622         width: 128px;
    1623         height: 128px;
    1624 }
    1625 
    16261621.no-plugin-results {
    16271622        color: #999;
    16281623        font-size: 18px;
  • src/wp-admin/includes/class-wp-plugin-install-list-table.php

     
    492492                ?>
    493493                <div class="plugin-card plugin-card-<?php echo sanitize_html_class( $plugin['slug'] ); ?>">
    494494                        <div class="plugin-card-top">
    495                                 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon"><img src="<?php echo esc_attr( $plugin_icon_url ) ?>" /></a>
    496495                                <div class="name column-name">
    497                                         <h4><a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a></h4>
     496                                        <h4>
     497                                                <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox">
     498                                                <?php echo $title; ?>
     499                                                <img src="<?php echo esc_attr( $plugin_icon_url ) ?>" class="plugin-icon" alt="">
     500                                                </a>
     501                                        </h4>
    498502                                </div>
    499503                                <div class="action-links">
    500504                                        <?php