Changeset 9208
- Timestamp:
- 10/16/2008 08:21:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9121 r9208 298 298 } 299 299 300 $comment_post_url = get_ permalink( $comment->comment_post_ID );300 $comment_post_url = get_edit_post_link( $comment->comment_post_ID ); 301 301 $comment_post_title = get_the_title( $comment->comment_post_ID ); 302 302 $comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>";
Note: See TracChangeset
for help on using the changeset viewer.