| Versionen | |
|---|---|
| drupal6 – drupal7 | blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish) |
modules/
<?php
function blogapi_metaweblog_new_post($blogid, $username, $password, $content, $publish) {
return blogapi_blogger_new_post('0123456789ABCDEF', $blogid, $username, $password, $content, $publish);
}
?>
Kommentare
Kommentar hinzufügen