Make WordPress Core


Ignore:
Timestamp:
04/15/2007 02:30:00 AM (19 years ago)
Author:
ryan
Message:

Remove debug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-db.php

    r5271 r5272  
    9595    else
    9696        $update = false;
    97 error_log("Type for $cat_ID is $type", 0);
     97
    9898    $cat_name = apply_filters('pre_category_name', $cat_name);
    9999
     
    296296
    297297    if ( $id = category_object_exists($tag_name) ) {
    298         error_log("$tag_name exists", 0);
    299298        $category = get_category($id);
    300299        $tag_array['type'] = $category->type | $tag_array['type'];
    301300        $tag_array['cat_ID'] = $id;
    302         error_log("Type: {$tag_array['type']}", 0);
    303301        $id = wp_update_category($tag_array);
    304         error_log("Tag id $id", 0);
    305302        return $id;
    306303    } else {
Note: See TracChangeset for help on using the changeset viewer.