mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00: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:
@@ -112,6 +112,7 @@ default:
|
|||||||
if ($non_was_selected) { // no group pre-selected, display opening page
|
if ($non_was_selected) { // no group pre-selected, display opening page
|
||||||
?>
|
?>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
<dl>
|
||||||
<?php
|
<?php
|
||||||
//iterate through the available option groups. output them as a definition list.
|
//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");
|
$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>
|
<dt><a href="options-permalink.php">Permalinks</a></dt>
|
||||||
<dd>Permanent link configuration</dd>
|
<dd>Permanent link configuration</dd>
|
||||||
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user