Changeset 6025 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 09/03/2007 11:19:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r5943 r6025 616 616 $slug = sanitize_title($name); 617 617 $term_group = 0; 618 618 619 619 // Associate terms with the same slug in a term group and make slugs unique. 620 620 if ( $exists = $wpdb->get_results("SELECT term_id, term_group FROM $wpdb->terms WHERE slug = '$slug'") ) {
Note: See TracChangeset
for help on using the changeset viewer.