Changeset 3792 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
- Timestamp:
- 08/09/2016 08:20:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
r3541 r3792 17 17 18 18 $widget_args = array( 19 'before_title' => '<h 4class="widget-title">',20 'after_title' => '</h 4>',19 'before_title' => '<h3 class="widget-title">', 20 'after_title' => '</h3>', 21 21 ); 22 22 … … 44 44 <section class="plugin-section"> 45 45 <header class="section-header"> 46 <h 1 class="section-title"><?php echo esc_html( $section_title ); ?></h1>47 <a class="section-link" href="<?php echo esc_url( home_url( "browse/$browse/" ) ); ?>"><?php _ex( 'See all', 'plugins', 'wporg-plugins'); ?></a>46 <h2 class="section-title"><?php echo esc_html( $section_title ); ?></h2> 47 <a class="section-link" href="<?php echo esc_url( home_url( "browse/$browse/" ) ); ?>"><?php printf( _x( 'See all %s', 'plugins', 'wporg-plugins' ), "<span class=\"screen-reader-text\">{$section_title}</span>" ); ?></a> 48 48 </header> 49 49
Note: See TracChangeset
for help on using the changeset viewer.