blogapi_mt_get_recent_post_titles

Versions
4.6 – 6
blogapi_mt_get_recent_post_titles($blogid, $username, $password, $number_of_posts)

Code

modules/blogapi.module, line 391

<?php
function blogapi_mt_get_recent_post_titles($blogid, $username, $password, $number_of_posts) {
  return blogapi_blogger_get_recent_posts('0123456789ABCDEF', $blogid, $username, $password, $number_of_posts, FALSE);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.