' . get_the_date() . '' ); } elseif ( is_month() ) { /* translators: %s: Date. */ printf( __( 'Monthly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'F Y', 'monthly archives date format', 'twentytwelve' ) ) . '' ); } elseif ( is_year() ) { /* translators: %s: Date. */ printf( __( 'Yearly Archives: %s', 'twentytwelve' ), '' . get_the_date( _x( 'Y', 'yearly archives date format', 'twentytwelve' ) ) . '' ); } else { _e( 'Archives', 'twentytwelve' ); } ?>