Initialize this variable.
git-svn-id: https://develop.svn.wordpress.org/trunk@16785 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
668956d2ff
commit
e6dbc84741
@ -41,6 +41,7 @@ function wp_get_active_network_plugins() {
|
||||
if ( empty( $active_plugins ) )
|
||||
return array();
|
||||
|
||||
$plugins = array();
|
||||
$active_plugins = array_keys( $active_plugins );
|
||||
sort( $active_plugins );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user