do_settings_sections('reading'). fixes #7682
git-svn-id: https://develop.svn.wordpress.org/trunk@10003 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3f5e373820
commit
265b886da0
@ -76,6 +76,9 @@ include('admin-header.php');
|
||||
</tr>
|
||||
<?php do_settings_fields('reading', 'default'); ?>
|
||||
</table>
|
||||
|
||||
<?php do_settings_sections('reading'); ?>
|
||||
|
||||
<p class="submit">
|
||||
<input type="submit" name="Submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user