Make WordPress Core


Ignore:
Timestamp:
02/20/2010 12:50:29 AM (15 years ago)
Author:
dd32
Message:

Remove unused references to global $wpdb

File:
1 edited

Legend:

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

    r13217 r13240  
    39313931 */
    39323932function clean_attachment_cache($id, $clean_terms = false) {
    3933     global $_wp_suspend_cache_invalidation, $wpdb;
     3933    global $_wp_suspend_cache_invalidation;
    39343934
    39353935    if ( !empty($_wp_suspend_cache_invalidation) )
Note: See TracChangeset for help on using the changeset viewer.