Changeset 32205 for branches/3.8/src/wp-admin/includes/dashboard.php
- Timestamp:
- 04/20/2015 01:41:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8/src/wp-admin/includes/dashboard.php
r27001 r32205 431 431 432 432 $comment_post_url = get_edit_post_link( $comment->comment_post_ID ); 433 $comment_post_title = strip_tags(get_the_title( $comment->comment_post_ID ));433 $comment_post_title = _draft_or_post_title( $comment->comment_post_ID ); 434 434 $comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>"; 435 435 $comment_link = '<a class="comment-link" href="' . esc_url(get_comment_link()) . '">#</a>';
Note: See TracChangeset
for help on using the changeset viewer.