remove a few old TODOs
This commit is contained in:
parent
a209b4a184
commit
28e27f92d5
|
@ -1,7 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
// TODO Be able to disable backends
|
|
||||||
|
|
||||||
class ComicPressAdmin {
|
class ComicPressAdmin {
|
||||||
// @codeCoverageIgnoreStart
|
// @codeCoverageIgnoreStart
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -103,7 +103,6 @@ class ComicPressTagBuilder {
|
||||||
return new ComicPressComicPost($post);
|
return new ComicPressComicPost($post);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO categories (SC and SL)
|
|
||||||
// TODO filtered versions of template tags
|
// TODO filtered versions of template tags
|
||||||
public function __call($method, $arguments) {
|
public function __call($method, $arguments) {
|
||||||
$ok = false;
|
$ok = false;
|
||||||
|
|
Loading…
Reference in New Issue