Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/includes/comment.php

    r11383 r11720  
    9090    $comment->comment_author = format_to_edit( $comment->comment_author );
    9191    $comment->comment_author_email = format_to_edit( $comment->comment_author_email );
     92    $comment->comment_author_url = format_to_edit( $comment->comment_author_url );
    9293    $comment->comment_author_url = esc_url($comment->comment_author_url);
    93     $comment->comment_author_url = format_to_edit( $comment->comment_author_url );
    9494
    9595    return $comment;
Note: See TracChangeset for help on using the changeset viewer.