Changeset 9936
- Timestamp:
- 11/28/2008 04:50:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r9934 r9936 474 474 475 475 <?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> 477 477 478 478 <?php
Note: See TracChangeset
for help on using the changeset viewer.