Changeset 14727 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 05/18/2010 03:33:32 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r14726 r14727 1113 1113 if ( is_multisite() && is_main_site() && ! defined( 'MULTISITE' ) && get_site_option( 'siteurl' ) === false ) 1114 1114 add_site_option( 'siteurl', '' ); 1115 }1116 1117 // #11866 (Convert the taxonomy children cache into a transient) - Remove old cache.1118 if ( $wp_current_db_version < 14139 ) {1119 foreach ( get_taxonomies( array('hierarchical' => true) ) as $taxonomy )1120 delete_option($taxonomy . '_children');1121 1115 } 1122 1116
Note: See TracChangeset
for help on using the changeset viewer.