mirror of
https://github.com/friendica/friendica
synced 2025-04-22 01:50:11 +00:00
Rename PageInfo::appendToBody to searchAndAppendToBody
This commit is contained in:
parent
e67dbd9747
commit
25b3fa83fc
4 changed files with 5 additions and 5 deletions
|
@ -115,7 +115,7 @@ class Babel extends BaseModule
|
|||
'content' => visible_whitespace(var_export($tags, true)),
|
||||
];
|
||||
|
||||
$body2 = PageInfo::appendToBody($bbcode, true);
|
||||
$body2 = PageInfo::searchAndAppendToBody($bbcode, true);
|
||||
$results[] = [
|
||||
'title' => DI::l10n()->t('PageInfo::appendToBody'),
|
||||
'content' => visible_whitespace($body2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue