From 2802ac4409e1b3c172b8e9f12a9e67aed4024479 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 28 Apr 2004 04:56:29 +0000 Subject: [PATCH] Style the submit button on options group and add updated message to permalink page. git-svn-id: https://develop.svn.wordpress.org/trunk@1198 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options-permalink.php | 11 ++++------- wp-admin/options.php | 4 +--- 2 files changed, 5 insertions(+), 10 deletions(-) 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; ?> -   - - +