Changeset 9933 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/404.php
- Timestamp:
- 05/27/2020 01:44:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/404.php
r9570 r9933 14 14 <div class="col-5"> 15 15 <div class="storycontent"> 16 <h 3><?php _e( 'Page Not Found', 'wporg-showcase' ); ?></h3>16 <h2><?php _e( 'Page Not Found', 'wporg-showcase' ); ?></h2> 17 17 <p><?php _e( 'Sorry, we could not not find that site in the Showcase. We do have many others available though. Here’s one chosen at random!', 'wporg-showcase' ); ?></p> 18 18 <?php //breadcrumb(); ?> 19 <h 3><?php the_title(); ?></h3>19 <h2><?php the_title(); ?></h2> 20 20 <a href=' http://<?php get_site_domain( false ); ?>'> 21 21 <?php site_screenshot_tag( 518, 'screenshot site-screenshot'); ?>
Note: See TracChangeset
for help on using the changeset viewer.