Make WordPress Core

Changeset 39669


Ignore:
Timestamp:
01/04/2017 01:20:24 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct comment_email duplicate hook reference in wp-admin/includes/class-wp-comments-list-table.php.

Props keesiemeijer.
See #39371.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-comments-list-table.php

    r38672 r39669  
    691691        if ( $this->user_can ) {
    692692            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 */
    694694                $email = apply_filters( 'comment_email', $comment->comment_author_email, $comment );
    695695
Note: See TracChangeset for help on using the changeset viewer.