From: Anthony Talarico Date: Tue, 9 Jan 2018 18:26:52 +0000 (-0500) Subject: changing the text fields to tinymce X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=c4fba096c2a625f68cfbaf3aa0764bf91afa7199;p=WP-Plugins%2Fglm-member-db-for-sale.git changing the text fields to tinymce converting the text areas to tinymce --- diff --git a/views/admin/forSale/edit.html b/views/admin/forSale/edit.html index c3d2046..3ec4857 100644 --- a/views/admin/forSale/edit.html +++ b/views/admin/forSale/edit.html @@ -123,7 +123,7 @@ 'descr', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'descr', @@ -146,7 +146,7 @@ 'terms', array( 'media_buttons' => false, - 'tinymce' => false, + 'tinymce' => true, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'terms',