fixed issue of add calender button
This commit is contained in:
parent
33c4b5566c
commit
70a609db15
|
@ -695,7 +695,7 @@ $location = $event_meta['mep_location_venue'][0]." ".$event_meta['mep_street'][0
|
|||
action=TEMPLATE
|
||||
&text=<?php echo $event->post_title; ?>
|
||||
&dates=<?php echo mep_calender_date($event_start); ?>/<?php echo mep_calender_date($event_end); ?>
|
||||
&details=<?php echo $event->post_content; ?>
|
||||
&details=<?php echo strip_tags($event->post_content); ?>
|
||||
&location=<?php echo $location; ?>
|
||||
&trp=false
|
||||
&sprop=
|
||||
|
|
Loading…
Reference in New Issue