[wp-cvs] wordpress/wp-content/themes/default header.php,1.5,1.6
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Feb 11 01:26:54 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21476/wp-content/themes/default
Modified Files:
header.php
Log Message:
Template fixes
Index: header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/header.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** header.php 7 Feb 2005 07:25:04 -0000 1.5
--- header.php 11 Feb 2005 01:26:52 -0000 1.6
***************
*** 3,9 ****
<head profile="http://gmpg.org/xfn/11">
- <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
-
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
--- 3,10 ----
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" />
+
+ <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
+
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
More information about the cvs
mailing list