Ticket #769: i18n-theme-404-php.diff
| File i18n-theme-404-php.diff, 452 bytes (added by , 21 years ago) |
|---|
-
wp-content/themes/default/404.php
old new 2 2 3 3 <div id="content" class="narrowcolumn"> 4 4 5 <h2 class="center">Error 404 - Not Found</h2>5 <h2 class="center"><?php _e('Error 404 - Not Found'); ?></h2> 6 6 7 7 </div> 8 8 9 9 <?php get_sidebar(); ?> 10 10 11 <?php get_footer(); ?> 12 No newline at end of file 11 <?php get_footer(); ?>