Ticket #769: i18n-theme-header-php.diff
| File i18n-theme-header-php.diff, 752 bytes (added by , 21 years ago) |
|---|
-
wp-content/themes/default/header.php
old new 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 4 4 <head profile="http://gmpg.org/xfn/11"> 5 <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title> 5 <title><?php bloginfo('name'); ?> 6 <?php 7 if ( is_single() ) { 8 _e('» Blog Archive'); 9 echo ' '; 10 } 11 wp_title(); 12 ?></title> 6 13 7 14 <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> 8 15 <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->