blogapi_metaweblog_edit_post

5 blogapi.module blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish)
6 blogapi.module blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish)

1 string reference to 'blogapi_metaweblog_edit_post'

File

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

Code

function blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish) {
  return blogapi_blogger_edit_post('0123456789ABCDEF', $postid, $username, $password, $content, $publish);
}
Login or register to post comments