- Timestamp:
- 07/30/2016 08:30:37 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/404.php
r1757 r3756 1 <?php wporg_get_global_header(); ?> 2 3 <div id="headline"> 4 <div class="wrapper"> 5 <h2><?php _e( 'Page Not Found', 'wporg-forums' ); ?></h2> 6 </div> 7 </div> 1 <?php get_header(); ?> 8 2 9 3 <div id="pagebody"> 10 4 <div class="wrapper"> 11 5 <div class="col-12"> 6 <h3><?php _e( 'Page Not Found', 'wporg-forums' ); ?></h3> 12 7 <p class="intro"><?php _e( 'The page you were looking for could not be found. I’m sorry, it’s not your fault… probably.', 'wporg-forums' ); ?></p> 13 8 </div> … … 15 10 </div> 16 11 17 <?php wporg_get_global_footer(); ?>12 <?php get_footer(); ?>
Note: See TracChangeset
for help on using the changeset viewer.