Skip to content

Commit 2ab88e5

Browse files
committed
include snoozed tasks in the migration script
1 parent 62e88d9 commit 2ab88e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/update/class-update-170.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private function make_tasks_interactive() {
4343
$task = \progress_planner()->get_suggested_tasks_db()->get_tasks_by(
4444
[
4545
'task_id' => $task_id,
46-
'post_status' => 'publish',
46+
'post_status' => [ 'publish', 'future' ],
4747
]
4848
);
4949

0 commit comments

Comments
 (0)