| @@ -163,9 +163,9 @@ | ||
| 163 | 163 | 'action' => $columns['action'], |
| 164 | 164 | 'ip' => $columns['ip'], |
| 165 | 165 | ); |
| 166 | 166 | |
| 167 | - if ( is_multisite() && is_plugin_active_for_network( $this->plugin->locations['plugin'] ) ) { | |
| 167 | + if ( is_multisite() && $this->plugin->is_network_activated() ) { | |
| 168 | 168 | $new_columns['blog_id'] = __( 'Blog ID', 'stream' ); |
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | return $new_columns; |