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

Props keesiemeijer.
Fixes #39526.

git-svn-id: https://develop.svn.wordpress.org/trunk@39754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-01-09 14:30:47 +00:00
parent ddbbd3e8a8
commit 588290ccee

View File

@ -2860,6 +2860,7 @@ function pre_schema_upgrade() {
}
}
if ( !function_exists( 'install_global_terms' ) ) :
/**
* Install global terms.
*
@ -2868,7 +2869,6 @@ function pre_schema_upgrade() {
* @global wpdb $wpdb
* @global string $charset_collate
*/
if ( !function_exists( 'install_global_terms' ) ) :
function install_global_terms() {
global $wpdb, $charset_collate;
$ms_queries = "