blogapi_metaweblog_get_post

Definition

blogapi_metaweblog_get_post($postid, $username, $password)
blogapi/blogapi.module, line 351

Code

<?php
function blogapi_metaweblog_get_post($postid, $username, $password) {
  return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}
?>