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,9 +1,5 @@
<?php
require_once('admin.php');
$title = __("Edit Plugins");
$parent_file = 'plugins.php';
wp_reset_vars(array('action', 'redirect', 'profile', 'error', 'warning', 'a', 'file'));
$plugins = get_plugins();