Changeset 158738
- Timestamp:
- 09/28/2009 09:21:46 PM (17 years ago)
- Location:
- openid/trunk
- Files:
-
- 2 edited
-
openid.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openid/trunk/openid.php
r158705 r158738 104 104 if ( $user ) { 105 105 global $wpdb; 106 return $wpdb->get_col( $wpdb->prepare('SELECT url FROM '.openid_identity_table().' WHERE user_id = %s', $user _id) );106 return $wpdb->get_col( $wpdb->prepare('SELECT url FROM '.openid_identity_table().' WHERE user_id = %s', $user->ID) ); 107 107 } else { 108 108 return array(); -
openid/trunk/readme.txt
r158705 r158738 4 4 Requires at least: 2.8 5 5 Tested up to: 2.8.4 6 Stable tag: 3.3 6 Stable tag: 3.3.1 7 7 8 8 Allows WordPress to provide and consumer OpenIDs for authentication of users and comments. … … 100 100 101 101 == Changelog == 102 103 = version 3.3.1 (Sep 28, 2009) = 104 - tiny bug in get_user_openids causing it to always return empty array 102 105 103 106 = version 3.3 (Sep 28, 2009) =
Note: See TracChangeset
for help on using the changeset viewer.