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