Make WordPress Core


Ignore:
Timestamp:
05/02/2006 10:36:06 PM (20 years ago)
Author:
ryan
Message:

Nonce from above. #2678

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options.php

    r3710 r3759  
    3030    $any_changed = 0;
    3131
    32     check_admin_referer();
     32    check_admin_referer('update-options');
    3333
    3434    if (!$_POST['page_options']) {
     
    9090  <h2><?php _e('All options'); ?></h2>
    9191  <form name="form" action="options.php" method="post">
     92  <?php wp_nonce_field('update-options') ?>
    9293  <input type="hidden" name="action" value="update" />
    9394  <table width="98%">
Note: See TracChangeset for help on using the changeset viewer.