Changeset 7269 for trunk/wp-includes/functions.php
- Timestamp:
- 03/12/2008 10:41:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r7134 r7269 958 958 return true; 959 959 960 $s how = $wpdb->hide_errors();960 $suppress = $wpdb->suppress_errors(); 961 961 $installed = $wpdb->get_var( "SELECT option_value FROM $wpdb->options WHERE option_name = 'siteurl'" ); 962 $wpdb->s how_errors($show);962 $wpdb->suppress_errors($suppress); 963 963 964 964 $installed = !empty( $installed ) ? true : false;
Note: See TracChangeset
for help on using the changeset viewer.