mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 14:35:07 +00:00
Use options-head
git-svn-id: http://svn.automattic.com/wordpress/trunk@1811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4568e83625
commit
3bfe668183
@ -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…
x
Reference in New Issue
Block a user