Making WordPress.org


Ignore:
Timestamp:
05/27/2020 01:44:38 AM (5 years ago)
Author:
dufresnesteven
Message:

Showcase: Improve heading structure.

See: #4112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/404.php

    r9570 r9933  
    1414                    <div class="col-5">
    1515                        <div class="storycontent">
    16                                 <h3><?php _e( 'Page Not Found', 'wporg-showcase' ); ?></h3>
     16                                <h2><?php _e( 'Page Not Found', 'wporg-showcase' ); ?></h2>
    1717                                <p><?php _e( 'Sorry, we could not not find that site in the Showcase. We do have many others available though. Here&#8217;s one chosen at random!', 'wporg-showcase' ); ?></p>
    1818                                <?php //breadcrumb(); ?>
    19                                 <h3><?php the_title(); ?></h3>
     19                                <h2><?php the_title(); ?></h2>
    2020                                <a href=' http://<?php get_site_domain( false ); ?>'>
    2121                                    <?php site_screenshot_tag( 518, 'screenshot site-screenshot'); ?>
Note: See TracChangeset for help on using the changeset viewer.