mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Docs: Improve documentation of known return types, plus other docs fixes.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46660 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -32,7 +32,7 @@ function is_subdomain_install() {
|
||||
* @access private
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @return array Files to include.
|
||||
* @return string[] Array of absolute paths to files to include.
|
||||
*/
|
||||
function wp_get_active_network_plugins() {
|
||||
$active_plugins = (array) get_site_option( 'active_sitewide_plugins', array() );
|
||||
|
||||
Reference in New Issue
Block a user