- Timestamp:
- 10/10/2015 03:16:04 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r34891 r35009 497 497 <div class="plugin-card-top"> 498 498 <div class="name column-name"> 499 <h 4>499 <h3> 500 500 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox"> 501 501 <?php echo $title; ?> 502 502 <img src="<?php echo esc_attr( $plugin_icon_url ) ?>" class="plugin-icon" alt=""> 503 503 </a> 504 </h 4>504 </h3> 505 505 </div> 506 506 <div class="action-links">
Note: See TracChangeset
for help on using the changeset viewer.