mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
Rename class to BBCode
Rename Plaintext class to BBCode
This commit is contained in:
parent
c437b0c871
commit
177edd2b6e
5 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
use Friendica\App;
|
||||
use Friendica\Content\ContactSelector;
|
||||
use Friendica\Content\Feature;
|
||||
use Friendica\Content\Text\Plaintext;
|
||||
use Friendica\Content\Text\BBCode;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\System;
|
||||
use Friendica\Core\Config;
|
||||
|
@ -5196,7 +5196,7 @@ function api_clean_plain_items($Text)
|
|||
*/
|
||||
function api_clean_attachments($body)
|
||||
{
|
||||
$data = Plaintext::getAttachmentData($body);
|
||||
$data = BBCode::getAttachmentData($body);
|
||||
|
||||
if (!$data) {
|
||||
return $body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue