Index: trunk/phase3/includes/Wiki.php |
— | — | @@ -385,6 +385,7 @@ |
386 | 386 | case 'watch': |
387 | 387 | case 'unwatch': |
388 | 388 | case 'delete': |
| 389 | + case 'revert': |
389 | 390 | case 'rollback': |
390 | 391 | case 'protect': |
391 | 392 | case 'unprotect': |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -87,8 +87,6 @@ |
88 | 88 | * (bug 11560) Fix broken HTML output from weird link nesting in edit comments. |
89 | 89 | Nested links (as in image caption text) still don't work _right_ but they're |
90 | 90 | less wrong |
91 | | -* (bug 11561) Don't throw a PHP fatal error when non-existent "revert" action |
92 | | - attempted |
93 | 91 | * (bug 9718) Remove unnecessary css from main.css causing spacing issues on |
94 | 92 | some browsers. |
95 | 93 | * (bug 11574) Add an interface message loginstart, which, similarly to loginend, |