blogapi_metaweblog_new_post

Definition

blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish)
modules/blogapi/blogapi.module, line 352

Code

<?php
function blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish) {
  return blogapi_blogger_new_post('0123456789ABCDEF', $blogid, $username, $password, $content, $publish);
}
?>
 
 

Drupal is a registered trademark of Dries Buytaert.