Merge pull request #10607 from MrPetovan/task/advancecontentfilter-attachments
Add the attachments to the $item for the prepare_body_content_filter hook
This commit is contained in:
commit
e1c961cc64
|
@ -2757,6 +2757,8 @@ class Item
|
||||||
$filter_reasons[] = DI::l10n()->t('Content warning: %s', $item['content-warning']);
|
$filter_reasons[] = DI::l10n()->t('Content warning: %s', $item['content-warning']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$item['attachments'] = $attachments;
|
||||||
|
|
||||||
$hook_data = [
|
$hook_data = [
|
||||||
'item' => $item,
|
'item' => $item,
|
||||||
'filter_reasons' => $filter_reasons
|
'filter_reasons' => $filter_reasons
|
||||||
|
|
|
@ -534,7 +534,7 @@ class Media
|
||||||
*
|
*
|
||||||
* @param int $uri_id
|
* @param int $uri_id
|
||||||
* @param string $guid
|
* @param string $guid
|
||||||
* @param array $links ist of links that shouldn't be added
|
* @param array $links list of links that shouldn't be added
|
||||||
* @return array attachments
|
* @return array attachments
|
||||||
*/
|
*/
|
||||||
public static function splitAttachments(int $uri_id, string $guid = '', array $links = [])
|
public static function splitAttachments(int $uri_id, string $guid = '', array $links = [])
|
||||||
|
|
Loading…
Reference in a new issue