| 5 blogapi.module | blogapi_mt_get_recent_post_titles($blogid, $username, $password, $number_of_posts) |
| 6 blogapi.module | blogapi_mt_get_recent_post_titles($blogid, $username, $password, $number_of_posts) |
1 string reference to 'blogapi_mt_get_recent_post_titles'
File
- modules/
blogapi/ blogapi.module, line 508 - Enable users to post using applications that support XML-RPC blog APIs.
Code
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