projects
/
WP-Plugins
/
glm-member-db-events.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e86e7c7
)
Remove the insert media button for the wp-editor
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 19 May 2016 14:14:07 +0000
(10:14 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 19 May 2016 14:16:12 +0000
(10:16 -0400)
views/front/events/frontAdd.html
patch
|
blob
|
history
diff --git
a/views/front/events/frontAdd.html
b/views/front/events/frontAdd.html
index
f55256f
..
8d00d73
100644
(file)
--- a/
views/front/events/frontAdd.html
+++ b/
views/front/events/frontAdd.html
@@
-222,7
+222,7
@@
<td {if $event.fieldFail.descr}class="glm-form-bad-input" data-tabid="glm-event-descr"{/if}>
{php}
wp_editor('{$event.fieldData.descr|escape:quotes}', 'glm_descr', array(
-
// 'media_buttons' => tru
e,
+
'media_buttons' => fals
e,
// 'quicktags' => false,
// 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text.
'textarea_name' => 'descr',