Just override theme_date_all_day_label
in YOURTHEME’s template.php to return nothing.
function YOURTHEME_date_all_day_label() {
return false;
}
Frontend Designer excited about bridging the gap between design and code.
Just override theme_date_all_day_label
in YOURTHEME’s template.php to return nothing.
function YOURTHEME_date_all_day_label() {
return false;
}