Hey guys,

just a quick question: is it possible to remove the brackets from "All day". Right now it's saying (all day), but I want it to just be blank, when being an all day event.

Thanks in advance!

Comments

quotientix’s picture

Status: Active » Fixed

If someone stumbled across the same situation, add this to your theme's template.php

function phptemplate_date_all_day_label() {
 return '';
}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.