Make WordPress Core


Ignore:
Timestamp:
03/18/2008 04:59:54 AM (17 years ago)
Author:
ryan
Message:

More nonce renewals from andy. fixes #6266

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r7375 r7376  
    954954 */
    955955function wp_nonce_tick() {
    956     $nonce_life = apply_filters('nonce_life', 86400) / 2;
     956    $nonce_life = apply_filters('nonce_life', 86400);
    957957
    958958    return ceil(time() / ( $nonce_life / 2 ));
Note: See TracChangeset for help on using the changeset viewer.