' . __( 'Pages:', 'yoko' ), 'after' => '
' ) ); ?>
', 'yoko' ),
esc_url( get_permalink() ),
esc_attr( get_the_time() ),
esc_attr( get_the_date( 'c' ) ),
esc_html( get_the_date() ),
esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
esc_attr( sprintf( __( 'View all posts by %s', 'yoko' ), get_the_author() ) ),
esc_html( get_the_author() )
);
?>