Twenty Fourteen: more string cleanup, and a pinking shear. See #26437.
Built from https://develop.svn.wordpress.org/trunk@26679 git-svn-id: http://core.svn.wordpress.org/trunk@26569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b711d6b347
commit
d7b79fac5b
|
@ -28,13 +28,13 @@ get_header(); ?>
|
||||||
<h1 class="page-title">
|
<h1 class="page-title">
|
||||||
<?php
|
<?php
|
||||||
if ( is_day() ) :
|
if ( is_day() ) :
|
||||||
printf( __( 'Day: %s', 'twentyfourteen' ), get_the_date() );
|
printf( __( 'Daily Archives: %s', 'twentyfourteen' ), get_the_date() );
|
||||||
|
|
||||||
elseif ( is_month() ) :
|
elseif ( is_month() ) :
|
||||||
printf( __( 'Month: %s', 'twentyfourteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyfourteen' ) ) );
|
printf( __( 'Monthly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyfourteen' ) ) );
|
||||||
|
|
||||||
elseif ( is_year() ) :
|
elseif ( is_year() ) :
|
||||||
printf( __( 'Year: %s', 'twentyfourteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyfourteen' ) ) );
|
printf( __( 'Yearly Archives: %s', 'twentyfourteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyfourteen' ) ) );
|
||||||
|
|
||||||
else :
|
else :
|
||||||
_e( 'Archives', 'twentyfourteen' );
|
_e( 'Archives', 'twentyfourteen' );
|
||||||
|
|
Loading…
Reference in New Issue