%2$s'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = ''; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); $byline = '' . esc_html( get_the_author() ) . ''; if ( is_sticky() && ! is_single() && ! is_archive() ) { $posted_on = '' . esc_html__( 'Featured', 'radcliffe-2' ) . ''; } elseif ( is_single() ) { $posted_on = $time_string; } else { $posted_on = '' . $time_string . ''; } echo '' . $posted_on . '' . $byline . ''; // WPCS: XSS OK. if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo ''; comments_popup_link( sprintf( wp_kses( /* translators: %s: post title */ __( 'Leave a Comment on %s', 'radcliffe-2' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); echo ''; } } endif; if ( ! function_exists( 'radcliffe_2_entry_footer' ) ) : /** * Prints HTML with meta information for the categories, tags and edit link. */ function radcliffe_2_entry_footer() { // Hide category and tag text for pages. if ( 'post' === get_post_type() ) { /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( esc_html__( ', ', 'radcliffe-2' ) ); if ( $categories_list && ! is_wp_error( $categories_list ) ) { /* translators: 1: list of categories. */ echo '' . radcliffe_2_get_svg( array( 'icon' => 'category', 'title' => esc_html__( 'Categories', 'radcliffe-2' ) ) ) . $categories_list . ''; } /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', esc_html_x( ', ', 'list item separator', 'radcliffe-2' ) ); if ( $tags_list && ! is_wp_error( $tags_list ) ) { /* translators: 1: list of tags. */ echo '' . radcliffe_2_get_svg( array( 'icon' => 'tag', 'title' => esc_html__( 'Tags', 'radcliffe-2' ) ) ) . $tags_list . ''; } } edit_post_link( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Edit %s', 'radcliffe-2' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ), '' . radcliffe_2_get_svg( array( 'icon' => 'edit', 'title' => esc_html__( 'Edit', 'radcliffe-2' ) ) ), '' ); } endif; if ( ! function_exists( 'radcliffe_2_comment' ) ) : /** * Radcliffe comment function */ function radcliffe_2_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case 'pingback' : case 'trackback' : ?>
  • id="comment-">
  • id="li-comment-">
    user_id === $post->post_author ) { echo ''; } ?>
    comment_approved ) : ?>

    esc_html__( 'Reply', 'radcliffe-2' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>