Changeset 39669
- Timestamp:
- 01/04/2017 01:20:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r38672 r39669 691 691 if ( $this->user_can ) { 692 692 if ( ! empty( $comment->comment_author_email ) ) { 693 /* This filter is documented in wp-includes/comment-template.php */693 /** This filter is documented in wp-includes/comment-template.php */ 694 694 $email = apply_filters( 'comment_email', $comment->comment_author_email, $comment ); 695 695
Note: See TracChangeset
for help on using the changeset viewer.