mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:50:11 +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
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Content/Text/Plaintext.php
|
||||
* @file src/Content/Text/BBCode.php
|
||||
*/
|
||||
namespace Friendica\Content\Text;
|
||||
|
||||
|
@ -13,7 +13,7 @@ require_once "include/bbcode.php";
|
|||
require_once "include/html2plain.php";
|
||||
require_once "include/network.php";
|
||||
|
||||
class Plaintext
|
||||
class BBCode
|
||||
{
|
||||
/**
|
||||
* @brief Fetches attachment data that were generated the old way
|
Loading…
Add table
Add a link
Reference in a new issue