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

@@ -1,8 +1,6 @@
<?php
require_once('admin.php');
$title = __('Edit Comments');
$parent_file = 'edit-comments.php';
wp_enqueue_script( 'admin-comments' );
require_once('admin-header.php');