blogapi_metaweblog_edit_post
- Versions
- 4.6 – 6
blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish)
Code
modules/blogapi/blogapi.module, line 394
<?php
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 