array( 'label' => __( 'Facebook', 'azeria' ), 'icon' => 'fa fa-facebook', 'default' => 'https://www.facebook.com/' ), 'twitter' => array( 'label' => __( 'Twitter', 'azeria' ), 'icon' => 'fa fa-twitter', 'default' => 'https://twitter.com/' ), 'google-plus' => array( 'label' => __( 'Google +', 'azeria' ), 'icon' => 'fa fa-google-plus', 'default' => 'https://plus.google.com/' ), 'instagram' => array( 'label' => __( 'Instagram', 'azeria' ), 'icon' => 'fa fa-instagram', 'default' => 'https://instagram.com/' ), 'pinterest' => array( 'label' => __( 'Pinterest', 'azeria' ), 'icon' => 'fa fa-pinterest', 'default' => 'https://www.pinterest.com/' ), 'dribbble' => array( 'label' => __( 'Dribbble', 'azeria' ), 'icon' => 'fa fa-dribbble', 'default' => 'https://dribbble.com/' ) ) ); } /** * Custom comment output */ function azeria_comment( $comment, $args, $depth ) { if ( 'pingback' == $comment->comment_type || 'trackback' == $comment->comment_type ) : ?>
  • >
    ', '' ); ?>
  • >
    %s
    ', get_comment_author_link() ); ?> 'div-comment', 'depth' => $depth, 'max_depth' => $args['max_depth'], 'before' => '
    ', 'after' => '
    ', ) ), $comment ); ?>
    comment_approved ) : ?>