Make WordPress Core


Ignore:
Timestamp:
05/23/2007 08:59:11 PM (17 years ago)
Author:
ryan
Message:

More rel_type elimination. see #4189

File:
1 edited

Legend:

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

    r5507 r5532  
    651651function update_post_category_cache($post_ids) {
    652652    global $wpdb, $category_cache, $tag_cache, $blog_id;
    653 
     653    // TODO
     654    return;
    654655    if ( empty($post_ids) )
    655656        return;
Note: See TracChangeset for help on using the changeset viewer.