Ejemplo n.º 1
0
 /**
  * Attach tweet data to posts
  *
  * @param array $posts
  * @return array
  */
 static function the_posts($posts)
 {
     foreach ($posts as &$post) {
         AKTT::the_post($post);
     }
     return $posts;
 }