[Plugin: Events Manager] Format of #_EXCERPT for event and location
-
For proper display of #_EXCERPT please add these minor changes
in files classes/em-event.php
change line 792
$replace = $matches[0];
with
$replace = nl2br($matches[0]);in classes/em-location.php
change line 312
$replace = $matches[0];
with
$replace = nl2br($matches[0]);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Events Manager] Format of #_EXCERPT for event and location’ is closed to new replies.