projects
/
WP-Plugins
/
glm-member-db-jobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
616adb3
)
missed a field when setting text areas to tinymce
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 9 Jan 2018 18:18:29 +0000
(13:18 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 9 Jan 2018 18:18:29 +0000
(13:18 -0500)
forgot a field when changing the text areas to tinymce
views/admin/jobs/edit.html
patch
|
blob
|
history
diff --git
a/views/admin/jobs/edit.html
b/views/admin/jobs/edit.html
index
e996dfe
..
5446ca4
100644
(file)
--- a/
views/admin/jobs/edit.html
+++ b/
views/admin/jobs/edit.html
@@
-149,7
+149,7
@@
'descr', array(
'media_buttons' => false,
- 'tinymce' =>
fals
e,
+ 'tinymce' =>
tru
e,
// 'quicktags' => false,
// 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text.
'textarea_name' => 'descr',