Docs: Move install_network()
DocBlock after the function_exists()
call.
Props keesiemeijer. Fixes #39478. git-svn-id: https://develop.svn.wordpress.org/trunk@39709 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
494340c71f
commit
fac3bbb51d
@ -861,13 +861,12 @@ function populate_roles_300() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( !function_exists( 'install_network' ) ) :
|
||||||
/**
|
/**
|
||||||
* Install Network.
|
* Install Network.
|
||||||
*
|
*
|
||||||
* @since 3.0.0
|
* @since 3.0.0
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
if ( !function_exists( 'install_network' ) ) :
|
|
||||||
function install_network() {
|
function install_network() {
|
||||||
if ( ! defined( 'WP_INSTALLING_NETWORK' ) )
|
if ( ! defined( 'WP_INSTALLING_NETWORK' ) )
|
||||||
define( 'WP_INSTALLING_NETWORK', true );
|
define( 'WP_INSTALLING_NETWORK', true );
|
||||||
|
Loading…
Reference in New Issue
Block a user