PluginProbe
Social Media Auto Poster – Schedule & Publish to Buffer / trunk
Social Media Auto Poster – Schedule & Publish to Buffer vtrunk
6.2.5 6.2.4 6.2.3 6.2.2 6.2.1 6.2.0 6.1.2 6.1.1 6.1.0 6.0.9 6.0.8 6.0.7 6.0.6 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 All 126 releases
← All changes | includes/deactivation.php +1 -1 6.1.1trunk View file →
@@ -30,9 +30,9 @@
30 30 'number' => 0,
31 31 )
32 32 );
33 33 foreach ( $sites as $site ) {
34 - switch_to_blog( $site->blog_id );
34 + switch_to_blog( (int) $site->blog_id );
35 35 $wp_to_buffer->get_class( 'install' )->uninstall();
36 36 restore_current_blog();
37 37 }
38 38 }