null, 'style' => 'li', 'callback' => 'ad_mag_lite_comments_callback', 'end-callback' => null, 'type' => 'all' )); ?>
  • >

  • >

     / '; } comment_reply_link(array_merge($args, array('depth' => $depth, 'max_depth' => $args['max_depth']))); ?>
    exists() ? $user->display_name : ''; $args = wp_parse_args($args); if (!isset($args['format'])) $args['format'] = current_theme_supports('html5', 'comment-form') ? 'html5' : 'xhtml'; $req = get_option('require_name_email'); $aria_req = ( $req ? " aria-required='true'" : '' ); $html5 = 'html5' === $args['format']; $fields = array(); $fields['author'] = '
    '; $fields['author'].= '
    '; $fields['author'].= '

    '.__('Name *','ad-mag-lite').'

    '; $fields['author'].= '

    '; $fields['author'].= '
    '; $fields['email'] = '
    '; $fields['email'].= '

    '.__('Email *','ad-mag-lite').'

    '; $fields['email'].= '

    '; $fields['email'].= '
    '; $fields['url'] = '
    '; $fields['url'].= '

    '.__('Website','ad-mag-lite').'

    '; $fields['url'].= '

    '; $fields['url'].= '
    '; $fields['url'].= '
    '; if ( ! is_user_logged_in() ) { $comment_field = '

    '; $comment_field.= ''; $comment_field.= '

    '; } else { $comment_field = '

    '; $comment_field.= ''; $comment_field.= '

    '; } $fields = apply_filters('comment_form_default_fields', $fields); $defaults = array( 'fields' => $fields, 'comment_field' => $comment_field, 'must_log_in' => '

    ' . sprintf(__('You must be logged in to post a comment.', 'ad-mag-lite'), wp_login_url(apply_filters('the_permalink', get_permalink($post_id)))) . '

    ', 'logged_in_as' => '

    ' . sprintf(__('Logged in as %2$s. Log out?', 'ad-mag-lite'), get_edit_user_link(), $user_identity, wp_logout_url(apply_filters('the_permalink', get_permalink($post_id)))) . '

    ', 'comment_notes_before' => __('Your email address will not be published. Required fields are marked *', 'ad-mag-lite'), 'comment_notes_after' => '', 'id_form' => 'comments-form', 'id_submit' => 'submit-contact', 'title_reply' => __('POST YOUR COMMENTS', 'ad-mag-lite'), 'title_reply_to' => __('POST YOUR COMMENTS TO %s', 'ad-mag-lite'), 'cancel_reply_link' => __('(Cancel)', 'ad-mag-lite'), 'label_submit' => __('Post Comment', 'ad-mag-lite'), 'format' => 'xhtml', ); $args = wp_parse_args($args, apply_filters('comment_form_defaults', $defaults)); ?>

    ' . sprintf(__('You must be logged in to post a comment.', 'ad-mag-lite'), wp_login_url(apply_filters('the_permalink', get_permalink($post_id)))) . '

    '; ?>
    > '.$args['comment_notes_before'].'

    '; do_action('comment_form_before_fields'); foreach ((array) $args['fields'] as $name => $field) { echo apply_filters("comment_form_field_{$name}", $field) . "\n"; } do_action('comment_form_after_fields'); ?>