The uninstall hook in feedburner.install is missing the function keyword.

-feedburner_uninstall() {
+function feedburner_uninstall() {

The bug breaks the admin page and subpages.

Patch submitted.

CommentFileSizeAuthor
feedburner.install-HEAD-r0.patch559 bytesgnassar

Comments

gnassar’s picture

Status: Reviewed & tested by the community » Fixed

Was fixed in later submission (ver. 1.2).

Anonymous’s picture

Status: Fixed » Closed (fixed)