blogapi_metaweblog_get_post

Versions
4.6 – 6
blogapi_metaweblog_get_post($postid, $username, $password)

Code

modules/blogapi.module, line 354

<?php
function blogapi_metaweblog_get_post($postid, $username, $password) {
  return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}
?>
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.