More options updates, not done, not entirely functional.

git-svn-id: https://develop.svn.wordpress.org/trunk@954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-02-29 08:30:56 +00:00
parent 10b46bd967
commit 06b281110f
4 changed files with 149 additions and 18 deletions
+1
View File
@@ -46,6 +46,7 @@ if ($user_level <= 3) {
<ul id="adminmenu2">
<li><a class="current">General</a></li>
<li><a href="options-writing.php">Writing</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");