Make WordPress Core


Ignore:
Timestamp:
05/29/2007 04:52:31 PM (18 years ago)
Author:
ryan
Message:

Use taxonomy instead of post2cat. see #4189

File:
1 edited

Legend:

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

    r5585 r5592  
    379379    $args = wp_parse_args( $args, $defaults );
    380380    extract($args);
     381
     382    $terms = array_map('intval', $terms);
    381383
    382384    $taxonomies = "'" . implode("', '", $taxonomies) . "'";
Note: See TracChangeset for help on using the changeset viewer.