Ticket #7471: 7471.diff

File 7471.diff, 550 bytes (added by ionfish, 4 years ago)
  • wp-includes/functions.php

     
    341341 
    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" ); 
    347347                        if ( defined( 'WP_INSTALLING' ) )