mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:04:23 +02:00
Rename BBCode::removeAbstract() to BBCode::stripAbstract()
This commit is contained in:
parent
ddcbe75f15
commit
d75bb8e970
2 changed files with 5 additions and 5 deletions
|
@ -930,7 +930,7 @@ class DFRN
|
|||
}
|
||||
|
||||
// Remove the abstract element. It is only locally important.
|
||||
$body = BBCode::removeAbstract($body);
|
||||
$body = BBCode::stripAbstract($body);
|
||||
|
||||
if ($type == 'html') {
|
||||
$htmlbody = $body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue