Make WordPress Core


Ignore:
Timestamp:
09/02/2014 07:46:19 PM (12 years ago)
Author:
helen
Message:

Plugin install: Better styling to accommodate plugin icons.

fixes #29466.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php

    r29666 r29679  
    436436        <div class="plugin-card">
    437437            <div class="plugin-card-top">
    438                 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><img src="<?php echo esc_attr( $plugin_icon_url ) ?>" class="plugin-icon" /></a>
     438                <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox plugin-icon"><img src="<?php echo esc_attr( $plugin_icon_url ) ?>" /></a>
     439                <div class="name column-name">
     440                    <h4><a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a></h4>
     441                </div>
    439442                <div class="action-links">
    440443                    <?php
     
    443446                        }
    444447                    ?>
    445                 </div>
    446                 <div class="name column-name">
    447                     <h4><a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"><?php echo $title; ?></a></h4>
    448448                </div>
    449449                <div class="desc column-description">
Note: See TracChangeset for help on using the changeset viewer.