aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2016-11-20 17:58:59 +0100
committerJakub Senko <jakubsenko@gmail.com>2016-11-20 17:58:59 +0100
commitc2836725f9692e907d77edce7c609142661af6c1 (patch)
tree1a1c9d9c41b2771b61a6df9d8c381e1648aca1ec /phpBB/includes/functions_admin.php
parentdbd9c1f242ae7c7660feddf2677d41aa82bd21b4 (diff)
downloadforums-c2836725f9692e907d77edce7c609142661af6c1.tar
forums-c2836725f9692e907d77edce7c609142661af6c1.tar.gz
forums-c2836725f9692e907d77edce7c609142661af6c1.tar.bz2
forums-c2836725f9692e907d77edce7c609142661af6c1.tar.xz
forums-c2836725f9692e907d77edce7c609142661af6c1.zip
[ticket/13429] Replace @changed with @change in event docblocks
PHPBB3-13429
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 1dc246ec33..dabdd80bc6 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -2611,7 +2611,7 @@ function prune($forum_id, $prune_mode, $prune_date, $prune_flags = 0, $auto_sync
* @var string sql_and SQL text appended to where clause
* @var int prune_limit The prune limit
* @since 3.1.3-RC1
- * @changed 3.1.10-RC1 Added prune_limit
+ * @change 3.1.10-RC1 Added prune_limit
*/
$vars = array(
'forum_id',