Changeset 35009
- Timestamp:
- 10/10/2015 03:16:04 PM (9 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/list-tables.css
r34892 r35009 1437 1437 } 1438 1438 1439 .plugin-install-php h2 { 1440 clear: both; 1441 } 1442 1439 1443 .plugin-install-php h3 { 1440 clear: both;1441 }1442 1443 .plugin-install-php h4 {1444 1444 margin: 2.5em 0 8px; 1445 1445 } … … 1518 1518 } 1519 1519 1520 .plugin-card h 4{1520 .plugin-card h3 { 1521 1521 margin: 0 0 12px; 1522 1522 font-size: 18px; -
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"> -
trunk/src/wp-admin/includes/plugin-install.php
r34764 r35009 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
Note: See TracChangeset
for help on using the changeset viewer.