blogapi_metaweblog_new_post

Versions
4.6 – 6
blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish)

Code

modules/blogapi.module, line 346

<?php
function blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish) {
  return blogapi_blogger_new_post('0123456789ABCDEF', $blogid, $username, $password, $content, $publish);
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.