Make WordPress Core


Ignore:
Timestamp:
10/02/2006 06:03:34 PM (20 years ago)
Author:
ryan
Message:

Don't use deprecated functions. Props Nazgul. fixes #3186

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/dotclear.php

    r4165 r4264  
    409409                if($cat1 = get_catbynicename($post_cat_name)) { $cats[1] = $cat1; }
    410410
    411                 if(!empty($cats)) { wp_set_post_cats('', $ret_id, $cats); }
     411                if(!empty($cats)) { wp_set_post_categories($ret_id, $cats); }
    412412            }
    413413        }
Note: See TracChangeset for help on using the changeset viewer.