Changeset 12616 for trunk/wp-includes/functions.php
- Timestamp:
- 01/07/2010 12:01:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r12615 r12616 771 771 return; 772 772 773 $settings = get_user_option( 'user-settings', $user->ID , false);773 $settings = get_user_option( 'user-settings', $user->ID ); 774 774 775 775 if ( isset( $_COOKIE['wp-settings-' . $user->ID] ) ) { … … 780 780 return; 781 781 782 $last_time = (int) get_user_option( 'user-settings-time', $user->ID , false);782 $last_time = (int) get_user_option( 'user-settings-time', $user->ID ); 783 783 $saved = isset( $_COOKIE['wp-settings-time-' . $user->ID]) ? preg_replace( '/[^0-9]/', '', $_COOKIE['wp-settings-time-' . $user->ID] ) : 0; 784 784
Note: See TracChangeset
for help on using the changeset viewer.