diff options
-rw-r--r-- | src/F2M.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/F2M.php b/src/F2M.php index 9eff271..7e35f60 100644 --- a/src/F2M.php +++ b/src/F2M.php @@ -49,7 +49,7 @@ function send_post_to_lists($config, $user, $mode, $data, $post_data) { $time = null; if ($mode == 'edit') { - # Post time is NOT updated when posts are edited; we get the current time + # Post time is NOT updated on edit, so we get the current time $time = time(); } else { |