Ticket #7471: 7471.diff
| File 7471.diff, 550 bytes (added by , 17 years ago) |
|---|
-
wp-includes/functions.php
341 341 342 342 if ( false === $value ) { 343 343 if ( defined( 'WP_INSTALLING' ) ) 344 $sup ress = $wpdb->suppress_errors();344 $suppress = $wpdb->suppress_errors(); 345 345 // expected_slashed ($setting) 346 346 $row = $wpdb->get_row( "SELECT option_value FROM $wpdb->options WHERE option_name = '$setting' LIMIT 1" ); 347 347 if ( defined( 'WP_INSTALLING' ) )