null, 'style' => 'ul', 'callback' => 'news_maxx_lite_comments_callback', 'end-callback' => null, 'type' => 'all' )); ?>
  • >

  • >
    comment_author_email, 50 ); ?>
     /  $depth, 'max_depth' => $args['max_depth']))); ?>
  • '

    ', 'email' => '

    ', 'url' => '

    ' ); if ( ! is_user_logged_in() ) { $comment_field = '
    '. '

    '. ''. '

    '. '
    '; } else { $comment_field = '

    '; } $args = array( 'fields' => apply_filters('comment_form_default_fields', $fields), 'comment_field' => $comment_field, 'comment_notes_before' => ''.__('Your email address will not be published. Required fields are marked', 'news-maxx-lite').' *', 'comment_notes_after' => '', 'id_form' => 'comments-form ', 'id_submit' => 'submit-comment', 'title_reply' => '

    '.__('POST YOUR COMMENTS', 'news-maxx-lite').'

    ', // 'title_reply_to' => __('Reply to %s', 'news-maxx-lite'), // 'cancel_reply_link' => ''.__('Cancel', 'news-maxx-lite').'', 'label_submit' =>__('Post Comment', 'news-maxx-lite'), ); return $args; }