Changeset 26576
- Timestamp:
- 12/03/2013 06:44:39 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/archive.php
r26556 r26576 32 32 33 33 elseif ( is_month() ) : 34 printf( __( 'Month: %s', 'twentyfourteen' ), get_the_date( 'F Y') );34 printf( __( 'Month: %s', 'twentyfourteen' ), get_the_date( _x( 'F Y', 'monthly archives date format', 'twentyfourteen' ) ) ); 35 35 36 36 elseif ( is_year() ) : 37 printf( __( 'Year: %s', 'twentyfourteen' ), get_the_date( 'Y') );37 printf( __( 'Year: %s', 'twentyfourteen' ), get_the_date( _x( 'Y', 'yearly archives date format', 'twentyfourteen' ) ) ); 38 38 39 39 else :
Note: See TracChangeset
for help on using the changeset viewer.