blogapi_mt_get_recent_post_titles
Definition
blogapi_mt_get_recent_post_titles($blogid, $username, $password, $number_of_posts)
modules/blogapi/blogapi.module, line 449
Code
<?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);
}
?> 