Make WordPress Core


Ignore:
Timestamp:
01/09/2017 02:30:47 PM (8 years ago)
Author:
SergeyBiryukov
Message:

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

Props keesiemeijer.
Fixes #39526.

File:
1 edited

Legend:

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

    r39323 r39754  
    28612861}
    28622862
     2863if ( !function_exists( 'install_global_terms' ) ) :
    28632864/**
    28642865 * Install global terms.
     
    28692870 * @global string $charset_collate
    28702871 */
    2871 if ( !function_exists( 'install_global_terms' ) ) :
    28722872function install_global_terms() {
    28732873    global $wpdb, $charset_collate;
Note: See TracChangeset for help on using the changeset viewer.