glm_custom_fields filter only wpautop on textareas
authorLaury GvR <laury@gaslightmedia.com>
Fri, 30 Jun 2017 14:05:03 +0000 (10:05 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 30 Jun 2017 14:05:03 +0000 (10:05 -0400)
commit1f03cbaea105d2f442810809adf16ea9f4157227
treeb2eb317fb9fdab5460c24563a61b12af383dcde9
parent6764e3d645714acb1a6b8cb12ab7ca8c28803a68
glm_custom_fields filter only wpautop on textareas

wpautop() was being applied to all results from the glm_custom_fields,
so the query was expanded to check for the field's type, and only
apply to textareas, so that not every field gets a paragraph tag
wrapped around it.
setup/frontHooks.php