Make WordPress Core


Ignore:
Timestamp:
05/17/2009 08:19:51 PM (16 years ago)
Author:
azaozz
Message:

HTML validity fixes, props hakre, fixes #9432

File:
1 edited

Legend:

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

    r11352 r11375  
    526526    $comment_post_title = strip_tags(get_the_title( $comment->comment_post_ID ));
    527527    $comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>";
    528     $comment_link = '<a class="comment-link" href="' . get_comment_link() . '">#</a>';
     528    $comment_link = '<a class="comment-link" href="' . clean_url(get_comment_link()) . '">#</a>';
    529529
    530530    $delete_url = clean_url( wp_nonce_url( "comment.php?action=deletecomment&p=$comment->comment_post_ID&c=$comment->comment_ID", "delete-comment_$comment->comment_ID" ) );
Note: See TracChangeset for help on using the changeset viewer.