diff --git a/wp-admin/options.php b/wp-admin/options.php index 48228810d..4297bd45b 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -116,7 +116,7 @@ default:

-
+ @@ -128,7 +128,12 @@ foreach ($options as $option) : echo " - +"; endforeach; diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index bf3ff8eb9..7c297241d 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -400,6 +400,10 @@ table .vers { text-align: center; } +#all-options textarea, #all-options input { + width: 250px; +} + #adminmenu { background: #83B4D8; border-top: 3px solid #448abd;
"; + + if (stristr($value, "\n")) echo ""; + else echo ""; + + echo " $option->option_description