From 3279c4c5cd4e9164507b8c633a856a43e7e7373b Mon Sep 17 00:00:00 2001 From: Jay Wood Date: Fri, 30 Sep 2016 12:25:30 -0400 Subject: [PATCH] Add some attributes to textarea --- includes/admin.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/admin.php b/includes/admin.php index 6a6a814..7e949c5 100644 --- a/includes/admin.php +++ b/includes/admin.php @@ -438,6 +438,10 @@ class CWV2_Admin { 'name' => __( 'Custom CSS', 'content-warning-v2' ), 'desc' => __( 'For a completely custom look, just drop your css here.', 'content-warning-v2' ), 'type' => 'textbox', + 'options' => array( + 'rows' => 10, + 'cols' => 100, + ), ), array( 'id' => 'cat_list',