Make WordPress Core


Ignore:
Timestamp:
03/27/2007 11:45:41 PM (19 years ago)
Author:
ryan
Message:

More clean_url and int casts for trunk.

File:
1 edited

Legend:

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

    r5112 r5119  
    151151        $_category = $category;
    152152    } else {
     153        $category = (int) $category;
    153154        if ( ! $_category = wp_cache_get($category, 'category') ) {
    154155            $_category = $wpdb->get_row("SELECT * FROM $wpdb->categories WHERE cat_ID = '$category' LIMIT 1");
Note: See TracChangeset for help on using the changeset viewer.