add_settings_section() and add_settings_field(). see #7682

git-svn-id: https://develop.svn.wordpress.org/trunk@8855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-09-09 22:31:22 +00:00
parent ed655f5b56
commit 907d759f02
8 changed files with 110 additions and 4 deletions

View File

@@ -191,7 +191,11 @@ $structures = array(
<th><label for="tag_base"><?php _e('Tag base'); ?></label></th>
<td><input name="tag_base" id="tag_base" type="text" class="code" value="<?php echo attribute_escape($tag_base); ?>" size="30" /></td>
</tr>
<?php do_settings_fields('permalink', 'optional'); ?>
</table>
<?php do_settings_sections('permalink'); ?>
<p class="submit"><input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" /></p>
</form>
<?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>