mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 20:04:32 +02:00
Rename PageInfo::appendToBody to searchAndAppendToBody
This commit is contained in:
parent
e67dbd9747
commit
25b3fa83fc
4 changed files with 5 additions and 5 deletions
|
@ -40,7 +40,7 @@ class PageInfo
|
|||
* @return string
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function appendToBody(string $body, bool $searchNakedUrls = false, bool $no_photos = false)
|
||||
public static function searchAndAppendToBody(string $body, bool $searchNakedUrls = false, bool $no_photos = false)
|
||||
{
|
||||
Logger::info('add_page_info_to_body: fetch page info for body', ['body' => $body]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue