'ol', 'short_ping' => true, 'avatar_size' => 50, ); $form_args = array(); $leave_reply_label = __('Leave a Reply', 'author-portfolio'); // 3. Conditional Logic for AWT if ($has_awt_template) { // List Args if (function_exists('rswpthemes_awt_custom_comment_list')) { $list_args['callback'] = 'rswpthemes_awt_custom_comment_list'; $list_args['style'] = 'div'; $list_args['avatar_size'] = 64; } // Form Args if (function_exists('rswpthemes_awt_get_comment_form_args')) { $form_args = rswpthemes_awt_get_comment_form_args(); } // Get Label from Global (passed from render.php) if (isset($GLOBALS['awt_label_leave_reply'])) { $leave_reply_label = $GLOBALS['awt_label_leave_reply']; } } ?>