blogapi_metaweblog_edit_post

Definition

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

Code

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

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.