From 70b5ffc41d5d63b1f01d760512326a79476eae8a Mon Sep 17 00:00:00 2001 From: rxu Date: Thu, 8 Oct 2015 22:19:44 +0700 Subject: [ticket/14073] Fix trailing whitespaces PHPBB3-14073 --- phpBB/includes/functions_admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/functions_admin.php') 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 -- cgit v1.2.1