mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Remove references to include/bbcode.php
This commit is contained in:
parent
16c3c2b93a
commit
88ca2f5a1e
12 changed files with 2 additions and 24 deletions
|
@ -183,8 +183,6 @@ function blogger_send(&$a, &$b)
|
|||
$bl_blog = PConfig::get($b['uid'], 'blogger', 'bl_blog');
|
||||
|
||||
if ($bl_username && $bl_password && $bl_blog) {
|
||||
require_once('include/bbcode.php');
|
||||
|
||||
$title = '<title>' . (($b['title']) ? $b['title'] : L10n::t('Post from Friendica')) . '</title>';
|
||||
$post = $title . BBCode::convert($b['body']);
|
||||
$post = xmlify($post);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue