projects
/
WP-Plugins
/
glm-member-db-packaging.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
147d3ed
)
Use wpautp for message instead of nl2br
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 21 Feb 2018 18:01:35 +0000
(13:01 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 21 Feb 2018 18:01:35 +0000
(13:01 -0500)
The field now has wp_editor.
views/admin/packaging/index.html
patch
|
blob
|
history
diff --git
a/views/admin/packaging/index.html
b/views/admin/packaging/index.html
index
2cebfa0
..
afb8103
100644
(file)
--- a/
views/admin/packaging/index.html
+++ b/
views/admin/packaging/index.html
@@
-48,7
+48,7
@@
{if $settings.package_display_member_message}
<br>
<div style="padding: 5px; margin: 15px 5px; width: 90%; clear: right; border: 1px solid darkgrey; background-color: lightgrey; color: black;">
- <p>{$settings.package_member_message|
nl2br
}</p>
+ <p>{$settings.package_member_message|
wpautop
}</p>
</div>
{/if}