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 93b7460 commit d41da58Copy full SHA for d41da58
src/WpOrg/Api/Cache.php
@@ -34,6 +34,7 @@ public function read(string $slug): ?bool
34
35
$lines = explode("\n", $content);
36
37
+ // TODO: Ensure expected!
38
return $lines[0] === 'closed';
39
}
40
0 commit comments