Make WordPress Core


Ignore:
Timestamp:
05/08/2008 07:19:58 PM (18 years ago)
Author:
ryan
Message:

Use array calling style. see #6647

File:
1 edited

Legend:

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

    r7483 r7911  
    4848        return 0;
    4949
    50     return wp_delete_term($cat_ID, 'category', "default=$default");
     50    return wp_delete_term($cat_ID, 'category', array('default' => $default));
    5151}
    5252
Note: See TracChangeset for help on using the changeset viewer.