_s: Let's not change .entry-date.

This commit is contained in:
kobenland 2013-03-01 17:31:59 -08:00
parent 5905cc3889
commit 6f45aadc89
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ get_header();
<div class="page-meta">
<?php
$metadata = wp_get_attachment_metadata();
printf( __( 'Published <span class="page-date"><time class="page-date" datetime="%1$s">%2$s</time></span> at <a href="%3$s" title="Link to full-size image">%4$s &times; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', '_s' ),
printf( __( 'Published <span class="entry-date"><time class="entry-date" datetime="%1$s">%2$s</time></span> at <a href="%3$s" title="Link to full-size image">%4$s &times; %5$s</a> in <a href="%6$s" title="Return to %7$s" rel="gallery">%8$s</a>', '_s' ),
esc_attr( get_the_date( 'c' ) ),
esc_html( get_the_date() ),
wp_get_attachment_url(),