Changeset 33830
- Timestamp:
- 08/31/2015 09:21:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r33829 r33830 654 654 if ( $this->user_can ) { 655 655 if ( ! empty( $comment->comment_author_email ) ) { 656 /* This filter is documented in wp-includes/comment-template.php */ 656 657 $email = apply_filters( 'comment_email', $comment->comment_author_email, $comment ); 658 657 659 if ( ! empty( $email ) && '@' !== $email ) { 658 660 printf( '<a href=\'mailto:%1$s\'>%1$s</a><br />', $email );
Note: See TracChangeset
for help on using the changeset viewer.