<%3$s class="entry-date updated" %4$s>%2$s'; $raindrops_date_format = get_option( 'date_format' ) . ' ' . get_option( 'time_format' ); $raindrops_archive_year = get_the_time( 'Y' ); $raindrops_archive_month = get_the_time( 'm' ); $raindrops_archive_day = get_the_time( 'd' ); $raindrops_day_link = esc_url( get_day_link( $raindrops_archive_year, $raindrops_archive_month, $raindrops_archive_day ) . '#post-' . $post->ID ); $raindrops_display_article_publish_date = raindrops_warehouse_clone( 'raindrops_display_article_publish_date' ); $use_japanese_date = raindrops_warehouse('raindrops_japanese_date'); if ( 'yes' == $use_japanese_date && 'ja' == get_locale() ) { // japanese date $raindrops_archive_year = raindrops_year_name_filter( $raindrops_archive_year ); $raindrops_archive_month = raindrops_archive_day_filter_month( $raindrops_archive_month ); $raindrops_archive_day = raindrops_archive_day_filter_day( $raindrops_archive_day ); $raindrops_status_date = $raindrops_archive_year. $raindrops_archive_month. $raindrops_archive_day; } else { $raindrops_status_date = get_the_time( $raindrops_date_format ); } if ( is_single() ) { /** * Template for Single post * * * */ ?>
&after=

&next_or_number=number&pagelink=%' ); ?>
&after=

&next_or_number=number&pagelink=%' ); ?>
ID ), '', '' ); raindrops_delete_post_link( esc_html__( 'Trash', 'raindrops' ) . raindrops_link_unique( 'Post', $post->ID ), '', '' ); ?>
' . $raindrops_date_html_module . '

'; printf( $raindrops_date_html_module, $raindrops_day_link, $raindrops_status_date, raindrops_doctype_elements( 'span', 'time', false ), raindrops_doctype_elements( '', 'datetime="' . esc_attr( get_the_date( 'c' ) ) . '"', false ) ); } ?>