Make WordPress Core

Changeset 8571


Ignore:
Timestamp:
08/06/2008 05:24:28 PM (16 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/wp-includes/functions.php

    r8373 r8571  
    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" );
Note: See TracChangeset for help on using the changeset viewer.