Changeset 15222 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 06/11/2010 04:15:25 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r15212 r15222 494 494 */ 495 495 function twentyten_posted_on() { 496 printf( __( '<span %1$s>Posted on</span> %2$s by%3$s', 'twentyten' ),497 ' class="meta-prep meta-prep-author"',498 sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><span class="entry-date">%3$s</span></a> <span class="meta-sep">',496 printf( __( '<span class="%1$s">Posted on</span> %2$s <span class="meta-sep">by</span> %3$s', 'twentyten' ), 497 'meta-prep meta-prep-author', 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 sprintf( '< /span> <span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>',503 sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s">%3$s</a></span>', 504 504 get_author_posts_url( get_the_author_meta( 'ID' ) ), 505 505 sprintf( esc_attr__( 'View all posts by %s', 'twentyten' ), get_the_author() ),
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)