Make WordPress Core

Changeset 4738 for trunk/wp-settings.php


Ignore:
Timestamp:
01/16/2007 01:54:50 AM (20 years ago)
Author:
ryan
Message:

Cleanup link upgrade code. Drop linkcategories table.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r4717 r4738  
    114114$wpdb->link2cat       = $wpdb->prefix . 'link2cat';
    115115$wpdb->links          = $wpdb->prefix . 'links';
    116 $wpdb->linkcategories = $wpdb->prefix . 'linkcategories';
    117116$wpdb->options        = $wpdb->prefix . 'options';
    118117$wpdb->postmeta       = $wpdb->prefix . 'postmeta';
Note: See TracChangeset for help on using the changeset viewer.