mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
Link to post editor from post title in recent comments dash module
git-svn-id: http://svn.automattic.com/wordpress/trunk@9208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5937fc33a
commit
2a2b7d4de2
@ -297,7 +297,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) {
|
||||
}
|
||||
}
|
||||
|
||||
$comment_post_url = get_permalink( $comment->comment_post_ID );
|
||||
$comment_post_url = get_edit_post_link( $comment->comment_post_ID );
|
||||
$comment_post_title = get_the_title( $comment->comment_post_ID );
|
||||
$comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>";
|
||||
$comment_link = '<a class="comment-link" href="' . get_comment_link() . '">#</a>';
|
||||
|
Loading…
Reference in New Issue
Block a user