Ticket #8776: 8776_4.diff
| File 8776_4.diff, 434 bytes (added by , 17 years ago) |
|---|
-
wp-includes/author-template.php
90 90 if ( ! $user_id ) 91 91 global $authordata; 92 92 else 93 $authordata = get_userdata( $ auth_id );93 $authordata = get_userdata( $user_id ); 94 94 95 95 $field = strtolower($field); 96 96 $user_field = "user_$field";