1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-02 20:45:29 +02:00

[ticket/14073] Fix trailing whitespaces

PHPBB3-14073
This commit is contained in:
rxu 2015-10-08 22:19:44 +07:00
parent e63ef0b28f
commit 70b5ffc41d

View File

@ -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