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: https://develop.svn.wordpress.org/trunk@1837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
31023dd15b
commit
4f5b48fdf4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user