Make WordPress Core

Changeset 9936


Ignore:
Timestamp:
11/28/2008 04:50:15 AM (17 years ago)
Author:
azaozz
Message:

Show link to the comment in the dashboard widget, props bobrik, fixes 8399

File:
1 edited

Legend:

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

    r9934 r9936  
    474474
    475475            <?php echo get_avatar( $comment, 50 ); ?>
    476             <h4 class="comment-meta"><?php printf( __( 'From %1$s on %2$s%3$s' ), '<cite class="comment-author">' . get_comment_author_link() . '</cite>', $comment_post_link, ' <span class="approve">' . __( '[Pending]' ) . '</span>' ); ?></h4>
     476            <h4 class="comment-meta"><?php printf( __( 'From %1$s on %2$s%3$s' ), '<cite class="comment-author">' . get_comment_author_link() . '</cite>', $comment_post_link." ".$comment_link, ' <span class="approve">' . __( '[Pending]' ) . '</span>' ); ?></h4>
    477477
    478478            <?php
Note: See TracChangeset for help on using the changeset viewer.