fix(indieblog) revert to last working state
This commit is contained in:
@ -133,12 +133,6 @@ $channel->addChild('language', 'en');
|
||||
|
||||
$newEntries = [];
|
||||
foreach ($groupedByDay as $day => $items) {
|
||||
if (time() - strtotime($day) < (2 * 24 * 60 * 60)) {
|
||||
continue;
|
||||
}
|
||||
if (time() - strtotime($day) > (3 * 24 * 60 * 60)) {
|
||||
continue;
|
||||
}
|
||||
if (count($items) < 10) {
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user