blogapi_metaweblog_get_recent_posts

Definition

blogapi_metaweblog_get_recent_posts($blogid, $username, $password, $number_of_posts)
modules/blogapi/blogapi.module, line 444

Code

<?php
function blogapi_metaweblog_get_recent_posts($blogid, $username, $password, $number_of_posts) {
  return blogapi_blogger_get_recent_posts('0123456789ABCDEF', $blogid, $username, $password, $number_of_posts, TRUE);
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.