From 0c1fdb7da182485435576af98e2ab8d777ab017a Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 20 Oct 2014 08:10:21 +0200 Subject: [PATCH] New hook "page_info_data" --- include/items.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/items.php b/include/items.php index 428c8e27d7..2d6109b0f2 100644 --- a/include/items.php +++ b/include/items.php @@ -889,6 +889,8 @@ function get_atom_elements($feed, $item, $contact = array()) { } function add_page_info_data($data) { + call_hooks('page_info_data', $data); + // It maybe is a rich content, but if it does have everything that a link has, // then treat it that way if (($data["type"] == "rich") AND is_string($data["title"]) AND