Hi,
Sorry if i missed something in the 3.4 features, i've checked and didn't find anything about the fact that WordPress doesn't check the tag Network:true before displaying the plugins list in the /wp-admin/plugins.php page.
In WordPress 3.3, the file /wp-admin/includes/class-wp-plugins-list-table.php used to check this tag at line 87 and unset the plugin from the list if the tag was set to 'true' :
if ( is_multisite() && is_network_only_plugin( $plugin_file ) && !$screen->is_network ) {
unset( $plugins['all'][ $plugin_file] );
}
Now in WordPress 3.4.1, the same file doesn't check anymore this tag. But the function is_network_only_plugin doesn't seem to be deprecated, and i checked the codex the tag is still there http://codex.wordpress.org/File_Header#Plugin ?
Thank you to confirm me the tag network is no more usable..
Have a lovely day.
imath.