Oops! I forgot thew dl tags.
git-svn-id: http://svn.automattic.com/wordpress/trunk@641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c8604702fc
commit
63f1c3e3cf
|
@ -112,6 +112,7 @@ default:
|
|||
if ($non_was_selected) { // no group pre-selected, display opening page
|
||||
?>
|
||||
<div class="wrap">
|
||||
<dl>
|
||||
<?php
|
||||
//iterate through the available option groups. output them as a definition list.
|
||||
$option_groups = $wpdb->get_results("SELECT group_id, group_name, group_desc, group_longdesc FROM $tableoptiongroups ORDER BY group_id");
|
||||
|
@ -126,6 +127,7 @@ if ($non_was_selected) { // no group pre-selected, display opening page
|
|||
?>
|
||||
<dt><a href="options-permalink.php">Permalinks</a></dt>
|
||||
<dd>Permanent link configuration</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in New Issue