diff options
Diffstat (limited to 'phpBB')
-rw-r--r--[-rwxr-xr-x] | phpBB/includes/functions_privmsgs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index a86c46151d..f9e80d5df1 100755..100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -1013,7 +1013,7 @@ function delete_pm($user_id, $msg_ids, $folder_id) } /** - * Get all info for PM(s) that are to be deleted before deletion + * Get all info for PM(s) before they are deleted * * @event core.delete_pm_before * @var int user_id ID of the user requested the message delete |