Changeset 22213
- Timestamp:
- 10/12/2012 04:12:14 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-image.php
r22199 r22213 32 32 <div class="entry-meta"> 33 33 <?php 34 printf( __( '<a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s" pubdate>%3$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%4$s" title="%5$s" rel="author">%6$s</a></span></span>', 'twentyeleven' ),34 printf( __( '<a href="%1$s" rel="bookmark"><time class="entry-date" datetime="%2$s">%3$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%4$s" title="%5$s" rel="author">%6$s</a></span></span>', 'twentyeleven' ), 35 35 esc_url( get_permalink() ), 36 36 get_the_date( 'c' ), -
trunk/wp-content/themes/twentyeleven/functions.php
r21490 r22213 541 541 printf( __( '%1$s on %2$s <span class="says">said:</span>', 'twentyeleven' ), 542 542 sprintf( '<span class="fn">%s</span>', get_comment_author_link() ), 543 sprintf( '<a href="%1$s"><time pubdatedatetime="%2$s">%3$s</time></a>',543 sprintf( '<a href="%1$s"><time datetime="%2$s">%3$s</time></a>', 544 544 esc_url( get_comment_link( $comment->comment_ID ) ), 545 545 get_comment_time( 'c' ), … … 581 581 */ 582 582 function twentyeleven_posted_on() { 583 printf( __( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s" pubdate>%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyeleven' ),583 printf( __( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyeleven' ), 584 584 esc_url( get_permalink() ), 585 585 esc_attr( get_the_time() ),
Note: See TracChangeset
for help on using the changeset viewer.