示例#1
0
 /**
  * Used in the month loop.
  * Outputs classes for the current single event in the month loop
  *
  * @return void
  * @see Tribe__Events__Template__Month::event_classes()
  **/
 function tribe_events_the_month_single_event_classes()
 {
     echo apply_filters('tribe_events_the_month_single_event_classes', Tribe__Events__Template__Month::event_classes());
 }