'; } } add_action( 'wp_head', 'rs_pet_blog_pingback_header' ); if ( ! function_exists( 'rs_pet_blog_comment_list' ) ) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. * * @since Shape 1.0 */ function rs_pet_blog_comment_list( $comment, $args, $depth ) { extract( $args, EXTR_SKIP ); if ( 'div' == $args['style'] ) { $tag = 'div'; $add_below = 'comment'; } else { $tag = 'li'; $add_below = 'div-comment'; } ?> < id="comment-">
comment_approved == '0' ) : ?>

$depth, 'max_depth' => $args['max_depth'], 'before' => '
', 'after' => '
', ) ) ); ?>

1 ) { $numberingtext = 'posts'; } else { $numberingtext = 'post'; } $userposts = esc_html__( 'the user has only %1$s %2$s', 'rs-pet-blog' ); printf( $userposts, $userpost_count, $numberingtext ); ?>

get( 'AuthorURI' ); } /** * WordPress Default Lazy Load Control From Customizer */ add_filter( 'wp_lazy_loading_enabled', '__return_false' );