'; } } add_action( 'wp_head', 'food_blogger_pingback_header' ); if ( ! function_exists( 'food_blogger_comment_list' ) ) : /** * Template for comments and pingbacks. * * Used as a callback by wp_list_comments() for displaying the comments. * * @since Shape 1.0 */ function food_blogger_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', 'food-blogger' ); printf( $userposts, $userpost_count, $numberingtext ); ?>

__get( 'Name' ); $current_screen = get_current_screen(); if ( is_network_admin() ) { return; } if ( ! current_user_can( 'manage_options' ) ) { return; } ?>