Use options-head

git-svn-id: https://develop.svn.wordpress.org/trunk@1811 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-10-18 04:52:02 +00:00
parent 9e935d3f42
commit 24cfab44c0
1 changed files with 0 additions and 7 deletions

View File

@ -2,13 +2,6 @@
require_once('../wp-includes/wp-l10n.php');
$title = __('Permalink Options');
$parent_file = 'options-general.php';
require_once('./admin-header.php');
if ($user_level <= 8)
die(__('You have do not have sufficient permissions to edit the options
for this blog.'));
require('./options-head.php');
$home = get_settings('home');