fixed issue of add calender button
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user