| @@ -51,9 +51,9 @@ | ||
| 51 | 51 | </div> |
| 52 | 52 | <?php if ( ! empty( $plugin->info->screenshots ) ) : ?> |
| 53 | 53 | <?php $screenshots = $plugin->info->screenshots ?> |
| 54 | 54 | <div class="fs-screenshots clearfix"> |
| 55 | - <h2><?php fs_esc_html_echo_inline( 'Screenshots', 'screenshots', $plugin->slug ) ?></h2> | |
| 55 | + <h3><?php fs_esc_html_echo_inline( 'Screenshots', 'screenshots', $plugin->slug ) ?></h3> | |
| 56 | 56 | <ul> |
| 57 | 57 | <?php $i = 0; |
| 58 | 58 | foreach ( $screenshots as $s => $url ) : ?> |
| 59 | 59 | <?php |