From 9519fa199e7d30f77df5a3426e00e68a573ba3b4 Mon Sep 17 00:00:00 2001 From: Yurii Nalivaiko Date: Wed, 15 Aug 2018 09:23:55 +0300 Subject: [PATCH] - changed textarea field; --- includes/core/class-fields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 9b3ca3e4..1f5d9d46 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -2167,9 +2167,9 @@ if ( ! class_exists( 'um\core\Fields' ) ) { // add the contents of the buffer to the output variable $output .= ob_get_clean(); - + $output .= '
' . $placeholder . ''; } else { - $output .= ''; + $output .= ''; } $output .= '';