Changeset 8570

Show
Ignore:
Timestamp:
08/06/08 17:24:10 (4 months ago)
Author:
ryan
Message:

Fix variable name typo. Props ionfish. fixes #7471 for trunk

Files:

Legend:

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

    r8372 r8570  
    342342        if ( false === $value ) { 
    343343            if ( defined( 'WP_INSTALLING' ) ) 
    344                 $supress = $wpdb->suppress_errors(); 
     344                $suppress = $wpdb->suppress_errors(); 
    345345            // expected_slashed ($setting) 
    346346            $row = $wpdb->get_row( "SELECT option_value FROM $wpdb->options WHERE option_name = '$setting' LIMIT 1" );