diff --git a/wp-admin/options.php b/wp-admin/options.php index f71c8b5c0..c0f47b784 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -116,10 +116,11 @@ default: include('admin-header.php'); ?>
-

+

+

get_results("SELECT * FROM $wpdb->options ORDER BY option_name"); @@ -138,8 +139,8 @@ foreach ( (array) $options as $option) : @@ -147,7 +148,7 @@ foreach ( (array) $options as $option) : endforeach; ?>
"; - if (stristr($value, "\n")) echo ""; - else echo ""; + if (stristr($value, "\n")) echo ""; + else echo ""; echo " $option->option_description
-

+

diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 7c297241d..3ebef87d5 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -400,7 +400,7 @@ table .vers { text-align: center; } -#all-options textarea, #all-options input { +textarea.all-options, input.all-options { width: 250px; }