blogapi_metaweblog_get_post

5 blogapi.module blogapi_metaweblog_get_post($postid, $username, $password)
6 blogapi.module blogapi_metaweblog_get_post($postid, $username, $password)

1 string reference to 'blogapi_metaweblog_get_post'

File

modules/blogapi.module, line 336
Enable users to post using applications that support XML-RPC blog APIs.

Code

function blogapi_metaweblog_get_post($postid, $username, $password) {
  return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}
Login or register to post comments