Index: trunk/phase3/includes/FakeTitle.php |
— | — | @@ -59,7 +59,6 @@ |
60 | 60 | function getSkinFromCssJsSubpage() { $this->error(); } |
61 | 61 | function isCssSubpage() { $this->error(); } |
62 | 62 | function isJsSubpage() { $this->error(); } |
63 | | - function userCanEditCssJsSubpage() { $this->error(); } |
64 | 63 | function userCanEditCssSubpage() { $this->error(); } |
65 | 64 | function userCanEditJsSubpage() { $this->error(); } |
66 | 65 | function isCascadeProtected() { $this->error(); } |