mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Merge pull request #3953 from rxu/ticket/14073-fix-whitespaces
[ticket/14073] Fix trailing whitespaces
This commit is contained in:
@@ -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
|
* @event core.move_posts_before
|
||||||
* @var array post_ids Array of post ids to move
|
* @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);
|
$db->sql_query($sql);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Perform additional actions after moving posts
|
* Perform additional actions after moving posts
|
||||||
*
|
*
|
||||||
* @event core.move_posts_after
|
* @event core.move_posts_after
|
||||||
* @var array post_ids Array of the moved post ids
|
* @var array post_ids Array of the moved post ids
|
||||||
|
Reference in New Issue
Block a user