diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/front-page.php
index 8890e9a88..afefabf18 100644
|
|
$sections = array( |
18 | 18 | ); |
19 | 19 | |
20 | 20 | $widget_args = array( |
21 | | 'before_title' => '<h3 class="widget-title">', |
22 | | 'after_title' => '</h3>', |
| 21 | 'before_title' => '<h2 class="widget-title">', |
| 22 | 'after_title' => '</h2>', |
23 | 23 | ); |
24 | 24 | |
25 | 25 | get_header(); |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin.php
index 48a75d4b3..e46fc7551 100644
|
|
$tested_up_to = (string) get_post_meta( $post->ID, 'tested', true ); |
23 | 23 | </a> |
24 | 24 | </div><div class="entry"> |
25 | 25 | <header class="entry-header"> |
26 | | <?php the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?> |
| 26 | <?php the_title( '<h3 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h3>' ); ?> |
27 | 27 | </header><!-- .entry-header --> |
28 | 28 | |
29 | 29 | <?php echo wp_kses_post( Template::get_star_rating() ); ?> |