Typo fix. Props josephscott. fixes #9294

git-svn-id: https://develop.svn.wordpress.org/trunk@10736 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-03-06 23:12:24 +00:00
parent c660e9c398
commit df0a1ee5c2
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ function wp_install_defaults($user_id) {
'link_rss' => '',
'link_notes' =>'');
foreach ( default_links as $link ) {
foreach ( $default_links as $link ) {
$wpdb->insert( $wpdb->links, $link);
$wpdb->insert( $wpdb->term_relationships, array('term_taxonomy_id' => 2, 'object_id' => $wpdb->insert_id) );
}