Use options-head

git-svn-id: http://svn.automattic.com/wordpress/trunk@1811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-10-18 04:52:02 +00:00
parent 4568e83625
commit 3bfe668183
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');