diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 93c8bc3086..e09beca969 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -30,16 +30,16 @@ if ($_POST['submit']) { } -switch($action) { -default: - $standalone = 0; require_once('admin-header.php'); if ($user_level <= 6) { die(__("You have do not have sufficient permissions to edit the options for this blog.")); } require('./options-head.php'); ?> + +

+

WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following “tags” are available:

')?> @@ -63,7 +63,7 @@ default:

- +

$query) { } echo "
\n"; -break; -} - require('./admin-footer.php'); ?> diff --git a/wp-admin/options.php b/wp-admin/options.php index a33ef6eedf..e86b832d62 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -174,10 +174,8 @@ foreach ($options as $option) : echo "\t$option->option_description\n"; endforeach; ?> -   - - +