From f843a57e06c0c2cd2723185e1ff1cbc7158b465c Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 22 Feb 2008 07:44:36 +0000 Subject: [PATCH] Styling updates for the options.php. Fixes #5958 props fitztrev. git-svn-id: https://develop.svn.wordpress.org/trunk@6979 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index 8065349162..35b9e48f71 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -48,7 +48,7 @@ default:
- +
get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); @@ -73,7 +73,7 @@ foreach ( (array) $options as $option) : } echo " - +
$option->option_name "; if (strpos($value, "\n") !== false) echo "";