'; } } add_action( 'wp_head', 'author_blog_pingback_header' ); if ( ! function_exists( 'author_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 author_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', 'author-blog' ); printf( $userposts, $userpost_count, $numberingtext ); ?>