Skip to content

Commit

Permalink
Merge pull request #1711 from publishpress/feature/#1644-Add-Schedule…
Browse files Browse the repository at this point in the history
…d-status-optio-to-Content-Calendar-Content-Overview-and-Content-Board-status-filter

feature/#1644-Add-Scheduled-status-optio-to-Content-Calendar-Content-Overview-and-Content-Board-status-filter
  • Loading branch information
olatechpro authored Jul 24, 2024
2 parents 1c6d723 + 4f4df93 commit e93895f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions publishpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -1292,6 +1292,13 @@ public function getCorePostStatuses() {
'slug' => 'publish',
'position' => 3,
],
(object)[
'label' => __('Scheduled'),
'description' => '',
'name' => 'future',
'slug' => 'future',
'position' => 4,
],
];
}

Expand Down

0 comments on commit e93895f

Please sign in to comment.