Same name and namespace in other branches
  1. 4.6.x modules/blogapi.module \blogapi_metaweblog_edit_post()
  2. 5.x modules/blogapi/blogapi.module \blogapi_metaweblog_edit_post()
  3. 6.x modules/blogapi/blogapi.module \blogapi_metaweblog_edit_post()
1 string reference to 'blogapi_metaweblog_edit_post'
blogapi_xmlrpc in modules/blogapi.module
Implementation of hook_xmlrpc().

File

modules/blogapi.module, line 350
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);
}