From a77e7172dcc2308bbbc46bc76cc1d0488b01133f Mon Sep 17 00:00:00 2001 From: saxmatt 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: http://svn.automattic.com/wordpress/trunk@1198 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; ?> -   - - +