From e0afc4abcba4e8a4c703216447b131c33d55b5f7 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 28 Apr 2004 00:12:59 +0000 Subject: [PATCH] Wrong highlighting. git-svn-id: http://svn.automattic.com/wordpress/trunk@1193 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-head.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/options-head.php b/wp-admin/options-head.php index 5388c790cd..7fb91b929d 100644 --- a/wp-admin/options-head.php +++ b/wp-admin/options-head.php @@ -23,9 +23,7 @@ $submenu = '
  • ' . __('Reading') . '
  • ' . __('Discussion') . '
  • ' . __('Miscellaneous') . '
  • -
  • ' . __('Permalinks') . '
  • ' . - $groups . - ''; +
  • ' . __('Permalinks') . '
  • '; $sublines = split("\n", $submenu); $_SERVER['REQUEST_URI'] = str_replace('?updated=true', '', $_SERVER['REQUEST_URI']); @@ -39,6 +37,8 @@ foreach ($sublines as $subline) { } echo $subline."\n"; } +echo $groups . + ''; ?>