Make WordPress Core


Ignore:
Timestamp:
03/29/2004 05:44:01 AM (21 years ago)
Author:
alex_t_king
Message:

removed email links from comment authors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-comment.php

    r998 r1024  
    122122    global $comment;
    123123    $url = apply_filters('comment_url', $comment->comment_author_url);
    124     $email = apply_filters('comment_email', $comment->comment_author_email);
    125124    $author = apply_filters('comment_author', $comment->comment_author);
    126125
     
    133132    if ($url) {
    134133        echo $url;
    135     } else {
    136         echo "mailto:$email";
    137134    }
    138135    echo '" rel="external">' . $author . '</a>';
Note: See TracChangeset for help on using the changeset viewer.