diff --git a/change_log.txt b/change_log.txt index 352079d..216559e 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,5 +1,6 @@ v1.1.9 WooCommerce category page shows incorrect title - FIXED +Event dates missing from detail page sidebar - FIXED v1.1.8 Responsive CSS improvements - CHANGED diff --git a/inc/geodirectory-compatibility.php b/inc/geodirectory-compatibility.php index dbc7c4a..bb6800b 100644 --- a/inc/geodirectory-compatibility.php +++ b/inc/geodirectory-compatibility.php @@ -341,8 +341,8 @@ function sd_img_gallery_output() add_action('geodir_detail_sidebar_inside', 'sd_img_gallery_output', 1); // add recurring dates to sidebar if events installed -if(function_exists('geodir_event_show_shedule_date')){ - add_action('geodir_detail_sidebar_inside', 'geodir_event_show_shedule_date', '1.5'); +if(function_exists('geodir_event_show_schedule_date')){ + add_action('geodir_detail_sidebar_inside', 'geodir_event_show_schedule_date', '1.5'); } /**