mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Plaintext was renamed to BBCode
update class name
This commit is contained in:
parent
7b95efedd1
commit
9c9088069a
5 changed files with 19 additions and 19 deletions
|
@ -10,7 +10,7 @@
|
|||
require_once 'library/OAuth1.php';
|
||||
require_once 'addon/tumblr/tumblroauth/tumblroauth.php';
|
||||
|
||||
use Friendica\Content\Text\Plaintext;
|
||||
use Friendica\Content\Text\BBCode;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\L10n;
|
||||
|
@ -360,7 +360,7 @@ function tumblr_send(&$a,&$b) {
|
|||
|
||||
$title = trim($b['title']);
|
||||
|
||||
$siteinfo = Plaintext::getAttachedData($b["body"]);
|
||||
$siteinfo = BBCode::getAttachedData($b["body"]);
|
||||
|
||||
$params = [
|
||||
'state' => 'published',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue