Make WordPress Core

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

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

    old new  
    22<html xmlns="http://www.w3.org/1999/xhtml">
    33
    44<head profile="http://gmpg.org/xfn/11">
    5         <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
     5        <title><?php bloginfo('name'); ?>
     6        <?php
     7                if ( is_single() ) {
     8                        _e('&raquo; Blog Archive');
     9                        echo ' ';
     10                }
     11                wp_title();
     12        ?></title>
    613
    714        <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
    815        <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->