aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 0db087f56b..3515150f93 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -614,7 +614,7 @@ function move_posts($post_ids, $topic_id, $auto_sync = true)
}
/**
- * Perform additional actions before moving posts
+ * Perform additional actions before moving posts
*
* @event core.move_posts_before
* @var array post_ids Array of post ids to move
@@ -646,7 +646,7 @@ function move_posts($post_ids, $topic_id, $auto_sync = true)
$db->sql_query($sql);
/**
- * Perform additional actions after moving posts
+ * Perform additional actions after moving posts
*
* @event core.move_posts_after
* @var array post_ids Array of the moved post ids