Changeset 9075
- Timestamp:
- 10/03/08 03:12:42 (2 months ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable.php
r9026 r9075 1472 1472 $email = $user->user_email; 1473 1473 } elseif ( is_object($id_or_email) ) { 1474 if ( isset($id_or_email->comment_type) && '' != $id_or_email->comment_type ) 1475 return false; // No avatar for pingbacks or trackbacks 1476 1474 1477 if ( !empty($id_or_email->user_id) ) { 1475 1478 $id = (int) $id_or_email->user_id;
