From: Steve Sutton Date: Thu, 19 May 2016 14:14:07 +0000 (-0400) Subject: Remove the insert media button for the wp-editor X-Git-Tag: v1.0.0^2~29 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ee3f8d93e4a247fa60dc24d8f6fac3ed534b29c8;p=WP-Plugins%2Fglm-member-db-events.git Remove the insert media button for the wp-editor --- diff --git a/views/front/events/frontAdd.html b/views/front/events/frontAdd.html index f55256f..8d00d73 100644 --- a/views/front/events/frontAdd.html +++ b/views/front/events/frontAdd.html @@ -222,7 +222,7 @@ {php} wp_editor('{$event.fieldData.descr|escape:quotes}', 'glm_descr', array( - // 'media_buttons' => true, + 'media_buttons' => false, // 'quicktags' => false, // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. 'textarea_name' => 'descr',