Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-blogs.php

    r13159 r13242  
    231231        $update_details[$field] = $details[$field];
    232232
    233     $result = $wpdb->update( $wpdb->blogs, $update_details, array('blog_id' => $blog_id) );
     233    $wpdb->update( $wpdb->blogs, $update_details, array('blog_id' => $blog_id) );
    234234
    235235    // If spam status changed, issue actions.
Note: See TracChangeset for help on using the changeset viewer.