@@ -1511,7 +1511,7 @@ private static function getFormEmailFieldHeaders($form_email_id, $submission_inf
15111511
15121512
15131513 /**
1514- * This function is tightly coupled with ft_get_email_components and has gotten increasingly more awful as
1514+ * This function is tightly coupled with Emails::getEmailComponents and has gotten increasingly more awful as
15151515 * time passed. It examines the content of an email template and detects any field and file attachments.
15161516 * Field attachments are files that have been uploaded through a form field; file attachments are just files
15171517 * on the server that want to be sent out. It then returns the updated email template (i.e. minus the
@@ -1521,6 +1521,7 @@ private static function getFormEmailFieldHeaders($form_email_id, $submission_inf
15211521 * @param string $template_str the email template (HTML or text)
15221522 * @param integer $form_id
15231523 * @param array $submission_placeholders
1524+ * @return array
15241525 */
15251526 private static function extractEmailAttachmentInfo ($ template_str , $ form_id , $ submission_placeholders )
15261527 {
@@ -1605,7 +1606,7 @@ private static function extractEmailAttachmentInfo($template_str, $form_id, $sub
16051606
16061607
16071608 /**
1608- * Strongly coupled with the ft_get_email_components function , this does the legwork to find out exactly what
1609+ * Strongly coupled with the Emails::getEmailComponents method , this does the legwork to find out exactly what
16091610 * text and HTML (Smarty) content should be in the emails. Returns BOTH, regardless of whether the template is
16101611 * only using one.
16111612 *
@@ -1614,6 +1615,7 @@ private static function extractEmailAttachmentInfo($template_str, $form_id, $sub
16141615 * @param array $email_template
16151616 * @param boolean $is_test
16161617 * @param array $test_settings
1618+ * @return array
16171619 */
16181620 private static function getEmailTemplateContent ($ form_id , $ submission_id , $ email_template , $ is_test , $ test_settings )
16191621 {
0 commit comments