Use options-head
git-svn-id: https://develop.svn.wordpress.org/trunk@1811 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9e935d3f42
commit
24cfab44c0
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user