mirror of
https://github.com/friendica/friendica
synced 2025-04-25 08:30:11 +00:00
Remove references to include/bbcode.php
This commit is contained in:
parent
05a2ea4220
commit
9e3bae5caa
36 changed files with 1 additions and 50 deletions
|
@ -1424,9 +1424,6 @@ function prepare_body(&$item, $attach = false, $preview = false) {
|
|||
* @return string Formattet HTML.
|
||||
*/
|
||||
function prepare_text($text) {
|
||||
|
||||
require_once 'include/bbcode.php';
|
||||
|
||||
if (stristr($text, '[nosmile]')) {
|
||||
$s = BBCode::convert($text);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue