[wp-cvs] wordpress/wp-content/themes/classic comments-popup.php, 1.1, 1.2 header.php, 1.2, 1.3

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Feb 14 04:36:59 GMT 2005


Update of /cvsroot/cafelog/wordpress/wp-content/themes/classic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8228/wp-content/themes/classic

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/classic/comments-popup.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** comments-popup.php	4 Jan 2005 05:20:05 -0000	1.1
--- comments-popup.php	14 Feb 2005 04:36:57 -0000	1.2
***************
*** 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/classic/header.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** header.php	11 Feb 2005 01:26:52 -0000	1.2
--- header.php	14 Feb 2005 04:36:57 -0000	1.3
***************
*** 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 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 wp_title(); ?></title>



More information about the cvs mailing list