diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php index 674d6e9e..41512ff2 100644 --- a/tumblr/tumblr.php +++ b/tumblr/tumblr.php @@ -359,6 +359,7 @@ function tumblr_send(array &$b) ]; $body = BBCode::removeShareInformation($b['body']); + $body = Post\Media::removeFromEndOfBody($body); if ($photo !== false) { $params['type'] = 'photo';