Skip to content

Instantly share code, notes, and snippets.

@zschmid
Created August 30, 2013 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zschmid/6389653 to your computer and use it in GitHub Desktop.
Save zschmid/6389653 to your computer and use it in GitHub Desktop.
The recurrence description is defined in date_repeat_rrule_description() in date_repeat.module. At this time, there is no way for themes to change it. See this issue: http://drupal.org/node/342665 EDIT Actually, you may override theme_date_repeat_field(), which calls date_repeat_rrule_description(). You could call your own version of that function to customize the display. This would leave the contrib modules untouched, but you would be duplicating some effort and have more code to maintain.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment