blogapi_metaweblog_edit_post

Definition

blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish)
modules/blogapi/blogapi.module, line 347

Code

<?php
function blogapi_metaweblog_edit_post($postid, $username, $password, $content, $publish) {
  return blogapi_blogger_edit_post('0123456789ABCDEF', $postid, $username, $password, $content, $publish);
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.