Changeset 10736
- Timestamp:
- 03/06/2009 11:12:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/upgrade.php
r10730 r10736 151 151 'link_notes' =>''); 152 152 153 foreach ( default_links as $link ) {153 foreach ( $default_links as $link ) { 154 154 $wpdb->insert( $wpdb->links, $link); 155 155 $wpdb->insert( $wpdb->term_relationships, array('term_taxonomy_id' => 2, 'object_id' => $wpdb->insert_id) );
Note: See TracChangeset
for help on using the changeset viewer.