mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 13:47:02 +01:00
Oops! I forgot thew dl tags.
git-svn-id: https://develop.svn.wordpress.org/trunk@641 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0937ec283d
commit
cb7370859c
@ -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…
x
Reference in New Issue
Block a user