Make WordPress Core

Changeset 10736


Ignore:
Timestamp:
03/06/2009 11:12:24 PM (16 years ago)
Author:
ryan
Message:

Typo fix. Props josephscott. fixes #9294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/upgrade.php

    r10730 r10736  
    151151                                'link_notes' =>'');
    152152
    153     foreach ( default_links as $link ) {
     153    foreach ( $default_links as $link ) {
    154154        $wpdb->insert( $wpdb->links, $link);
    155155        $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.