mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
Initialize this variable.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
69ca141a66
commit
440671b932
@ -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…
x
Reference in New Issue
Block a user