Esempio n. 1
0
 /**
  * Rewind the posts and reset post index.
  *
  * @access public
  */
 public static function rewind_days()
 {
     self::$current_day = -1;
     self::$current_week = -1;
 }