Merge pull request #186 from grappler/activate-deactivate

Move restore_current_blog in the correct position
This commit is contained in:
Tom McFarlin 2014-05-31 22:05:10 -04:00
commit 5efc89dc3b
1 changed files with 4 additions and 4 deletions

View File

@ -134,9 +134,9 @@ class Plugin_Name {
switch_to_blog( $blog_id );
self::single_activate();
}
restore_current_blog();
restore_current_blog();
}
} else {
self::single_activate();
@ -172,9 +172,9 @@ class Plugin_Name {
switch_to_blog( $blog_id );
self::single_deactivate();
}
restore_current_blog();
restore_current_blog();
}
} else {
self::single_deactivate();