[wp-cvs] wordpress/wp-admin admin-header.php,1.41,1.42
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Feb 14 20:08:32 GMT 2005
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26593/wp-admin
Modified Files:
admin-header.php
Log Message:
Send content-type header - http://mosquito.wordpress.org/view.php?id=874
Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** admin-header.php 14 Feb 2005 04:36:55 -0000 1.41
--- admin-header.php 14 Feb 2005 20:08:29 -0000 1.42
***************
*** 1,3 ****
! <?php if (!isset($_GET["page"])) require_once('admin.php'); ?>
<?php get_admin_page_title(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
--- 1,5 ----
! <?php
! @header('Content-type: ' . get_option('html_type') . '; charset=' . get_option('blog_charset'));
! if (!isset($_GET["page"])) require_once('admin.php'); ?>
<?php get_admin_page_title(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
More information about the cvs
mailing list