mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Use settings_fields()
git-svn-id: https://develop.svn.wordpress.org/trunk@9954 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -21,9 +21,7 @@ include('admin-header.php');
|
||||
<h2><?php echo wp_specialchars( $title ); ?></h2>
|
||||
|
||||
<form method="post" action="options.php">
|
||||
<input type='hidden' name='option_page' value='misc' />
|
||||
<input type="hidden" name="action" value="update" />
|
||||
<?php wp_nonce_field('misc-options') ?>
|
||||
<?php settings_fields('misc'); ?>
|
||||
|
||||
<h3><?php _e('Uploading Files'); ?></h3>
|
||||
<table class="form-table">
|
||||
|
||||
Reference in New Issue
Block a user