[wp-cvs] wordpress/wp-admin admin-header.php,1.34,1.35

Ryan Boren rboren at users.sourceforge.net
Thu Oct 28 04:03:58 UTC 2004


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

Modified Files:
	admin-header.php 
Log Message:
require_once admin.php from admin-header.php.  This will avoid having to change plugins that use the old style include.  Bug 393.

Index: admin-header.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/admin-header.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** admin-header.php	19 Oct 2004 03:03:03 -0000	1.34
--- admin-header.php	28 Oct 2004 04:03:56 -0000	1.35
***************
*** 1,2 ****
--- 1,3 ----
+ <?php 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