Changeset 3759 for trunk/wp-admin/options.php
- Timestamp:
- 05/02/2006 10:36:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r3710 r3759 30 30 $any_changed = 0; 31 31 32 check_admin_referer( );32 check_admin_referer('update-options'); 33 33 34 34 if (!$_POST['page_options']) { … … 90 90 <h2><?php _e('All options'); ?></h2> 91 91 <form name="form" action="options.php" method="post"> 92 <?php wp_nonce_field('update-options') ?> 92 93 <input type="hidden" name="action" value="update" /> 93 94 <table width="98%">
Note: See TracChangeset
for help on using the changeset viewer.