Make WordPress Core

Changeset 4285


Ignore:
Timestamp:
10/04/2006 02:42:13 AM (18 years ago)
Author:
ryan
Message:

Remove 2.1 code that slipped in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/admin-db.php

    r4229 r4285  
    317317    $link_rel = apply_filters('pre_link_rel', $link_rel);
    318318
    319     // Make sure we set a valid category
    320     if (0 == count($link_category) || !is_array($link_category)) {
    321         $link_category = array(get_option('default_link_category'));
    322     }
    323 
    324319    if ( $update ) {
    325320        $wpdb->query("UPDATE $wpdb->links SET link_url='$link_url',
Note: See TracChangeset for help on using the changeset viewer.