Making WordPress.org

Ticket #1125: 1125.diff

File 1125.diff, 682 bytes (added by netweb, 10 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/404.php

     
     1get_header(); ?>
     2
     3        <div id="pagebody">
     4                <div class="wrapper">
     5                        <div class="col-12">
     6                                <div id="content">
     7                                        <h1>Error 404 - Destination Not Found</h1>
     8                        </div><!-- #content-->
     9                </div><!-- #col-12-->
     10         </div><!-- #wrapper -->
     11</div><!-- #pagebody -->
     12
     13<?php get_sidebar(); get_footer(); ?>