aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-08 17:21:51 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-08 17:21:51 +0200
commita0dafbfb5fcb94c947ed55a737e5e5189999a2d5 (patch)
treed7aa63adf7b805ecc13a614e23ce3cf11a9615a8 /phpBB/includes/functions_admin.php
parente63ef0b28f25860624bc00539eda75715032a811 (diff)
parent70b5ffc41d5d63b1f01d760512326a79476eae8a (diff)
downloadforums-a0dafbfb5fcb94c947ed55a737e5e5189999a2d5.tar
forums-a0dafbfb5fcb94c947ed55a737e5e5189999a2d5.tar.gz
forums-a0dafbfb5fcb94c947ed55a737e5e5189999a2d5.tar.bz2
forums-a0dafbfb5fcb94c947ed55a737e5e5189999a2d5.tar.xz
forums-a0dafbfb5fcb94c947ed55a737e5e5189999a2d5.zip
Merge pull request #3953 from rxu/ticket/14073-fix-whitespaces
[ticket/14073] Fix trailing whitespaces
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 ad0bccf115..35a67b8ae3 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -611,7 +611,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
@@ -643,7 +643,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