Esempio n. 1
0
 /**
  * Used in the month loop.
  * Outputs classes for the current single event in the month loop
  *
  * @return void
  * @author Jessica Yazbek
  * @see Tribe_Events_Month_Template::event_classes()
  * @since 3.0 
  **/
 function tribe_events_the_month_single_event_classes()
 {
     echo apply_filters('tribe_events_the_month_single_event_classes', Tribe_Events_Month_Template::event_classes());
 }