Make WordPress Core

Changeset 9208


Ignore:
Timestamp:
10/16/2008 08:21:19 PM (16 years ago)
Author:
ryan
Message:

Link to post editor from post title in recent comments dash module

File:
1 edited

Legend:

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

    r9121 r9208  
    298298    }
    299299
    300     $comment_post_url = get_permalink( $comment->comment_post_ID );
     300    $comment_post_url = get_edit_post_link( $comment->comment_post_ID );
    301301    $comment_post_title = get_the_title( $comment->comment_post_ID );
    302302    $comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>";
Note: See TracChangeset for help on using the changeset viewer.