mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
General: Linter cleanup
`phpcbf` was able to clean up a few files. Tests were breaking as a result of code formatting. Fixes #48142 Props whyisjake git-svn-id: https://develop.svn.wordpress.org/trunk@46312 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -274,7 +274,7 @@ if ( is_multisite() ) :
|
||||
|
||||
// activate the plugin sitewide
|
||||
activate_plugin( $path, '', $network_wide = true );
|
||||
$active_plugins = wp_get_active_network_plugins();
|
||||
$active_plugins = wp_get_active_network_plugins();
|
||||
$this->assertEquals( array( WP_PLUGIN_DIR . '/hello.php' ), $active_plugins );
|
||||
|
||||
//deactivate the plugin
|
||||
|
||||
Reference in New Issue
Block a user