Rename BBCode::removeAbstract() to BBCode::stripAbstract()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user