[wp-cvs] wordpress/wp-includes template-functions-general.php, 1.70, 1.71

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


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

Modified Files:
	template-functions-general.php 
Log Message:
html_type to allow for true XHTML.

Index: template-functions-general.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/template-functions-general.php,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** template-functions-general.php	13 Feb 2005 23:46:33 -0000	1.70
--- template-functions-general.php	14 Feb 2005 04:36:57 -0000	1.71
***************
*** 113,116 ****
--- 113,119 ----
  		if ('' == $output) $output = 'UTF-8';
  		break;
+ 	case 'html_type' :
+ 		$output = get_option('html_type');
+ 		break;
  	case 'version':
  		global $wp_version;



More information about the cvs mailing list