Rename BBCode::removeAbstract() to BBCode::stripAbstract()

This commit is contained in:
Hypolite Petovan 2018-02-04 23:38:40 -05:00
parent ddcbe75f15
commit d75bb8e970
2 changed files with 5 additions and 5 deletions

View file

@ -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;