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

git-svn-id: http://svn.automattic.com/wordpress/trunk@1837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-10-28 04:03:56 +00:00
parent 60263c83d9
commit cf2d3b5aab
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<?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">
<html xmlns="http://www.w3.org/1999/xhtml">