Changeset 11375 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 05/17/2009 08:19:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r11352 r11375 526 526 $comment_post_title = strip_tags(get_the_title( $comment->comment_post_ID )); 527 527 $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>'; 529 529 530 530 $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.