aboutsummaryrefslogtreecommitdiff
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-12-06 07:25:11 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-12-06 07:25:11 +0100
commit8d9633d16926823f173a96b07c0292fda2ab2996 (patch)
treef56202746f96760d3df69e5172463cd621cb5738 /phpBB
parent[ticket/16204] Remove hook finder and services file (diff)
downloadphpbb-8d9633d16926823f173a96b07c0292fda2ab2996.tar.gz
phpbb-8d9633d16926823f173a96b07c0292fda2ab2996.tar.bz2
phpbb-8d9633d16926823f173a96b07c0292fda2ab2996.zip
[ticket/16204] Remove mentions of hooks
PHPBB3-16204
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index 21aabf6006..e50a38b512 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -1493,7 +1493,6 @@ function tracking_unserialize($string, $max_depth = 3)
/**
* Append session id to url.
-* This function supports hooks.
*
* @param string $url The url the session id needs to be appended to (can have params)
* @param mixed $params String or array of additional url parameters
@@ -4528,7 +4527,6 @@ function garbage_collection()
/**
* Handler for exit calls in phpBB.
-* This function supports hooks.
*
* Note: This function is called after the template has been outputted.
*