Changeset 9084
- Timestamp:
- 10/05/08 04:48:17 (2 months ago)
- Files:
-
- trunk/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/pluggable.php
r9076 r9084 1477 1477 $email = $user->user_email; 1478 1478 } elseif ( is_object($id_or_email) ) { 1479 if ( isset($id_or_email->comment_type) && '' != $id_or_email->comment_type )1479 if ( isset($id_or_email->comment_type) && '' != $id_or_email->comment_type && 'comment' != $id_or_email->comment_type ) 1480 1480 return false; // No avatar for pingbacks or trackbacks 1481 1481
