projects
/
WP-Plugins
/
glm-serverstats.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93cc7e2
)
Update the notification output.
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Oct 2019 19:23:06 +0000
(15:23 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Oct 2019 19:23:06 +0000
(15:23 -0400)
For the message use wpautop function.
views/glmInfoNotifications.html
patch
|
blob
|
history
diff --git
a/views/glmInfoNotifications.html
b/views/glmInfoNotifications.html
index
fa0532b
..
c68f105
100644
(file)
--- a/
views/glmInfoNotifications.html
+++ b/
views/glmInfoNotifications.html
@@
-22,7
+22,7
@@
<div class="glm-info-message">
<div>{$m.updated|strtotime|date_format:$dateFormat}</div>
<h2>{$m.title}</h2>
- {$m.message}
+ {$m.message
|wpautop
}
</div>
{/foreach}
{else}