Ticket #13317: 13317.2.patch
File 13317.2.patch, 497 bytes (added by , 15 years ago) |
---|
-
wp-includes/pluggable.php
### Eclipse Workspace Patch 1.0 #P wordpress-trunk
103 103 function get_userdata( $user_id ) { 104 104 global $wpdb; 105 105 106 $user_id = absint( $user_id );107 106 if ( ! $user_id ) 108 107 return false; 109 108 109 $user_id = absint( $user_id ); 110 110 111 $user = wp_cache_get( $user_id, 'users' ); 111 112 112 113 if ( $user )