Changeset 10095 for trunk/wp-includes/functions.php
- Timestamp:
- 12/07/2008 03:53:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10084 r10095 689 689 690 690 if ( $saved > $last_time ) { 691 update_user_option( $user->ID, 'user-settings', $cookie, false );692 update_user_option( $user->ID, 'user-settings-time', time() - 5, false );691 update_user_option( $user->ID, 'user-settings', $cookie, true ); 692 update_user_option( $user->ID, 'user-settings-time', time() - 5, true ); 693 693 return; 694 694 }
Note: See TracChangeset
for help on using the changeset viewer.