From 2f62b993195d4fb74690a6cf28f8d28c710d31fd Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 28 Apr 2004 00:12:59 +0000 Subject: [PATCH] Wrong highlighting. git-svn-id: https://develop.svn.wordpress.org/trunk@1193 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 . + ''; ?>