More options improvements.

git-svn-id: https://develop.svn.wordpress.org/trunk@969 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-03-11 08:51:50 +00:00
parent 14c27e0191
commit f9c84d6edf
7 changed files with 160 additions and 26 deletions

View File

@@ -55,6 +55,10 @@ default:
}
?>
<ul id="adminmenu2">
<li><a href="options-general.php">General</a></li>
<li><a href="options-writing.php">Writing</a></li>
<li><a href="options-reading.php">Reading</a></li>
<li><a href="options-discussion.php">Discussion</a></li>
<?php
//we need to iterate through the available option groups.
$option_groups = $wpdb->get_results("SELECT group_id, group_name, group_desc, group_longdesc FROM $tableoptiongroups ORDER BY group_id");
@@ -68,7 +72,7 @@ default:
}
} // end for each group
?>
<li class="last"><a href="options-permalink.php">Permalinks</a></li>
<li class="last"><a class="current">Permalinks</a></li>
</ul>
<br clear="all" />
<div class="wrap">