Make WordPress Core


Ignore:
Timestamp:
01/05/2017 12:33:34 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Move install_network() DocBlock after the function_exists() call.

Props keesiemeijer.
Fixes #39478.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r39076 r39709  
    862862}
    863863
     864if ( !function_exists( 'install_network' ) ) :
    864865/**
    865866 * Install Network.
    866867 *
    867868 * @since 3.0.0
    868  *
    869  */
    870 if ( !function_exists( 'install_network' ) ) :
     869 */
    871870function install_network() {
    872871    if ( ! defined( 'WP_INSTALLING_NETWORK' ) )
Note: See TracChangeset for help on using the changeset viewer.