Make WordPress Core


Ignore:
Timestamp:
07/18/2009 11:21:50 PM (16 years ago)
Author:
azaozz
Message:

Properly escape comment_author_url when displaying, for trunk

File:
1 edited

Legend:

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

    r11383 r11721  
    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.