Changeset 23949 for trunk/wp-admin/includes/upgrade.php
- Timestamp:
- 04/10/2013 04:04:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r23567 r23949 434 434 if ('' == $category->category_nicename) { 435 435 $newtitle = sanitize_title($category->cat_name); 436 $wpdb >update( $wpdb->categories, array('category_nicename' => $newtitle), array('cat_ID' => $category->cat_ID) );436 $wpdb->update( $wpdb->categories, array('category_nicename' => $newtitle), array('cat_ID' => $category->cat_ID) ); 437 437 } 438 438 }
Note: See TracChangeset
for help on using the changeset viewer.