| Versionen | |
|---|---|
| drupal6 – drupal7 | blogapi_metaweblog_get_post($postid, $username, $password) |
modules/
<?php
function blogapi_metaweblog_get_post($postid, $username, $password) {
return blogapi_blogger_get_post('01234567890ABCDEF', $postid, $username, $password);
}
?>
Kommentare
Kommentar hinzufügen