Changeset 9570
- Timestamp:
- 03/06/2020 09:38:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/404.php
r9569 r9570 15 15 <div class="storycontent"> 16 16 <h3><?php _e( 'Page Not Found', 'wporg-showcase' ); ?></h3> 17 <p> Sorry, we could not not find that site in the Showcase. We do have many others available though. Here’s one chosen at random!</p>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 19 <h3><?php the_title(); ?></h3>
Note: See TracChangeset
for help on using the changeset viewer.