Ticket #33818: 33818.patch
File 33818.patch, 1.8 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/list-tables.css
1436 1436 background-color: #fcf3ef; 1437 1437 } 1438 1438 1439 .plugin-install-php h 3{1439 .plugin-install-php h2 { 1440 1440 clear: both; 1441 1441 } 1442 1442 1443 .plugin-install-php h 4{1443 .plugin-install-php h3 { 1444 1444 margin: 2.5em 0 8px; 1445 1445 } 1446 1446 … … 1517 1517 margin: 0; /* Override existing margins */ 1518 1518 } 1519 1519 1520 .plugin-card h 4{1520 .plugin-card h3 { 1521 1521 margin: 0 0 12px; 1522 1522 font-size: 18px; 1523 1523 line-height: 1.3; -
src/wp-admin/includes/class-wp-plugin-install-list-table.php
496 496 <div class="plugin-card plugin-card-<?php echo sanitize_html_class( $plugin['slug'] ); ?>"> 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"> 507 507 <?php -
src/wp-admin/includes/plugin-install.php
214 214 215 215 <?php display_plugins_table(); ?> 216 216 217 <h 3><?php _e( 'Popular tags' ) ?></h3>217 <h2><?php _e( 'Popular tags' ) ?></h2> 218 218 <p><?php _e( 'You may also browse based on the most popular tags in the Plugin Directory:' ) ?></p> 219 219 <?php 220 220