Changeset 34160 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 09/15/2015 01:33:29 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r34117 r34160 3605 3605 $user = $email = false; 3606 3606 3607 if ( is_object( $id_or_email ) && isset( $id_or_email->comment_ID ) ) { 3608 $id_or_email = get_comment( $id_or_email ); 3609 } 3610 3607 3611 // Process the user identifier. 3608 3612 if ( is_numeric( $id_or_email ) ) {
Note: See TracChangeset
for help on using the changeset viewer.