[wp-cvs]
wordpress/wp-content/themes/default comments-popup.php, 1.2,
1.3 header.php, 1.6, 1.7
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Feb 14 04:36:59 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-content/themes/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8228/wp-content/themes/default
Modified Files:
comments-popup.php header.php
Log Message:
html_type to allow for true XHTML.
Index: comments-popup.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/comments-popup.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** comments-popup.php 2 Jan 2005 03:03:28 -0000 1.2
--- comments-popup.php 14 Feb 2005 04:36:57 -0000 1.3
***************
*** 11,15 ****
<title><?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?></title>
! <meta http-equiv="Content-Type" content="text/html; charset=<?php echo get_settings('blog_charset'); ?>" />
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
--- 11,15 ----
<title><?php echo get_settings('blogname'); ?> - <?php echo sprintf(__("Comments on %s"), the_title('','',false)); ?></title>
! <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php echo get_settings('blog_charset'); ?>" />
<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
Index: header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/themes/default/header.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** header.php 11 Feb 2005 01:26:52 -0000 1.6
--- header.php 14 Feb 2005 04:36:57 -0000 1.7
***************
*** 3,7 ****
<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>
--- 3,7 ----
<head profile="http://gmpg.org/xfn/11">
! <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
More information about the cvs
mailing list