Skip to content

Commit 1cb9340

Browse files
authored
Update class-field-textarea.php
1 parent c0f2fd9 commit 1cb9340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/fields/class-field-textarea.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class="textareafield <?php echo ' wpuf_'. esc_attr( $field_settings['name'] ).'_
7777
placeholder="<?php echo esc_attr( $field_settings['placeholder'] ); ?>"
7878
rows="<?php echo esc_attr($field_settings['rows']); ?>"
7979
cols="<?php echo esc_attr($field_settings['cols']); ?>"
80+
data-style="<?php echo esc_attr( $use_theme_css ); ?>"
8081
><?php echo esc_textarea( $value ) ?></textarea>
8182
<span class="wpuf-wordlimit-message wpuf-help"></span>
8283

0 commit comments

Comments
 (0)