We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e88d9 commit 2ab88e5Copy full SHA for 2ab88e5
1 file changed
classes/update/class-update-170.php
@@ -43,7 +43,7 @@ private function make_tasks_interactive() {
43
$task = \progress_planner()->get_suggested_tasks_db()->get_tasks_by(
44
[
45
'task_id' => $task_id,
46
- 'post_status' => 'publish',
+ 'post_status' => [ 'publish', 'future' ],
47
]
48
);
49
0 commit comments