-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
on line 89 changed:
if ( !isset( $_GET['activated'] ) ) {
to
if ( isset( $_GET['activated'] ) ) {
that pesky ! was keeping widgets from showing up at all!
Original issue reported on code.google.com by simon.s...@gmail.com on 18 Jun 2011 at 5:02
Attachments:
Reactions are currently unavailable