Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support.

git-svn-id: https://develop.svn.wordpress.org/trunk@1818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2004-10-19 03:03:06 +00:00
parent ac3556c7aa
commit ed78ed9a2d
31 changed files with 254 additions and 445 deletions

View File

@@ -1,8 +1,10 @@
<?php
require_once('../wp-includes/wp-l10n.php');
require_once('admin.php');
$title = __('Permalink Options');
require('./options-head.php');
$parent_file = 'options-general.php';
include('admin-header.php');
$home = get_settings('home');
if ( $home != '' && $home != get_settings('siteurl') ) {