Make WordPress Core

Ticket #769: i18n-theme-404-php.diff

File i18n-theme-404-php.diff, 452 bytes (added by nbachiyski, 21 years ago)
  • wp-content/themes/default/404.php

    old new  
    22
    33        <div id="content" class="narrowcolumn">
    44
    5                 <h2 class="center">Error 404 - Not Found</h2>
     5        <h2 class="center"><?php _e('Error 404 - Not Found'); ?></h2>
    66
    77        </div>
    88
    99<?php get_sidebar(); ?>
    1010
    11 <?php get_footer(); ?>
    12  No newline at end of file
     11<?php get_footer(); ?>