Ticket #13824: 13824.2.diff
| File 13824.2.diff, 1015 bytes (added by rovo89, 3 years ago) |
|---|
-
wp-content/themes/twentyten/functions.php
493 493 * @since Twenty Ten 1.0 494 494 */ 495 495 function twentyten_posted_on() { 496 printf( __( '<span class="%1$s">Posted on</span> %2$s <span class=" meta-sep">by</span> %3$s', 'twentyten' ),496 printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="%3$s">by</span> %4$s', 'twentyten' ), 497 497 'meta-prep meta-prep-author', 498 498 sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a>', 499 499 get_permalink(), 500 500 esc_attr( get_the_time() ), 501 501 get_the_date() 502 502 ), 503 'meta-sep', 503 504 sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', 504 505 get_author_posts_url( get_the_author_meta( 'ID' ) ), 505 506 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
