Changeset 3771 for branches/2.0/wp-admin/options.php
- Timestamp:
- 05/11/2006 11:05:45 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/options.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/options.php
r3413 r3771 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']) { … … 69 69 // If home changed, write rewrite rules to new location. 70 70 $wp_rewrite->flush_rules(); 71 // Get currently logged in user and password.72 get_currentuserinfo();73 71 // Clear cookies for old paths. 74 72 wp_clearcookie(); … … 92 90 <h2><?php _e('All options'); ?></h2> 93 91 <form name="form" action="options.php" method="post"> 92 <?php wp_nonce_field('update-options') ?> 94 93 <input type="hidden" name="action" value="update" /> 95 94 <table width="98%">
Note: See TracChangeset
for help on using the changeset viewer.