PluginProbe
Stream – Activity Log & Audit Trail / 3.4.2
Stream – Activity Log & Audit Trail v3.4.2
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
← All changes | classes/class-export.php +1 -1 3.2.33.4.2 View file →
@@ -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;