Admin functions cleanup, and change how we do titles and parents in the backend

git-svn-id: https://develop.svn.wordpress.org/trunk@4478 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-11-18 06:09:48 +00:00
parent b973ee2e7d
commit 6af3bdbb32
35 changed files with 800 additions and 875 deletions

View File

@@ -82,9 +82,7 @@ if (isset($plugin_page)) {
include(ABSPATH . "wp-admin/import/$importer.php");
$parent_file = 'edit.php';
$submenu_file = 'import.php';
$title = __('Import');
if (! isset($_GET['noheader']))
require_once(ABSPATH . 'wp-admin/admin-header.php');