Rename PageInfo::appendToBody to searchAndAppendToBody

This commit is contained in:
Hypolite Petovan 2020-07-17 19:15:43 -04:00
parent e67dbd9747
commit 25b3fa83fc
4 changed files with 5 additions and 5 deletions

View file

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