From 588290cceec23b6b1dd132d192d5370c2eca6095 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 9 Jan 2017 14:30:47 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/upgrade.php b/src/wp-admin/includes/upgrade.php index 94a122509c..eccf1647c0 100644 --- a/src/wp-admin/includes/upgrade.php +++ b/src/wp-admin/includes/upgrade.php @@ -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 = "