Ticket #16441: 16441.diff
File 16441.diff, 783 bytes (added by , 14 years ago) |
---|
-
wp-content/themes/twentyten/archive.php
32 32 <?php if ( is_day() ) : ?> 33 33 <?php printf( __( 'Daily Archives: <span>%s</span>', 'twentyten' ), get_the_date() ); ?> 34 34 <?php elseif ( is_month() ) : ?> 35 <?php printf( __( 'Monthly Archives: <span>%s</span>', 'twentyten' ), get_the_date( 'F Y' ) ); ?>35 <?php printf( __( 'Monthly Archives: <span>%s</span>', 'twentyten' ), get_the_date( 'F Y', 'twentyten' ) ); ?> 36 36 <?php elseif ( is_year() ) : ?> 37 37 <?php printf( __( 'Yearly Archives: <span>%s</span>', 'twentyten' ), get_the_date( 'Y' ) ); ?> 38 38 <?php else : ?>