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