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