Esempio n. 1
0
 /**
  * Used in the month loop. 
  * Advances the loop pointer to the next day, and sets that day up for use.
  *
  * Example:
  * < code >
  * <?php
  * // loop through the days in the current month query
  * while( tribe_events_have_month_days() ) : tribe_events_the_month_day();
  * 		// do stuff
  * endwhile;
  * ?>
  * </ code >
  *
  * @return void
  * @author Jessica Yazbek
  * @see Tribe_Events_Month_Template::the_day()
  * @since 3.0
  **/
 function tribe_events_the_month_day()
 {
     Tribe_Events_Month_Template::the_day();
 }