Changeset 39754 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 01/09/2017 02:30:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r39323 r39754 2861 2861 } 2862 2862 2863 if ( !function_exists( 'install_global_terms' ) ) : 2863 2864 /** 2864 2865 * Install global terms. … … 2869 2870 * @global string $charset_collate 2870 2871 */ 2871 if ( !function_exists( 'install_global_terms' ) ) :2872 2872 function install_global_terms() { 2873 2873 global $wpdb, $charset_collate;
Note: See TracChangeset
for help on using the changeset viewer.