Changeset 7063 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 02/27/2008 05:19:58 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r7048 r7063 273 273 $comment_post_link = "<a href='$comment_post_url'>$comment_post_title</a>"; 274 274 $comment_link = '<a class="comment-link" href="' . get_comment_link() . '">#</a>'; 275 $comment_meta = sprintf( __( 'From <strong>% s</strong> on %s %s' ), get_comment_author(), $comment_post_link, $comment_link );275 $comment_meta = sprintf( __( 'From <strong>%1$s</strong> on %2$s %3$s' ), get_comment_author(), $comment_post_link, $comment_link ); 276 276 277 277 if ( $is_first ) : $is_first = false;
Note: See TracChangeset
for help on using the changeset viewer.