Changeset 7376 for trunk/wp-includes/pluggable.php
- Timestamp:
- 03/18/2008 04:59:54 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pluggable.php
r7375 r7376 954 954 */ 955 955 function wp_nonce_tick() { 956 $nonce_life = apply_filters('nonce_life', 86400) / 2;956 $nonce_life = apply_filters('nonce_life', 86400); 957 957 958 958 return ceil(time() / ( $nonce_life / 2 ));
Note: See TracChangeset
for help on using the changeset viewer.