Changeset 13161
- Timestamp:
- 02/15/2010 10:00:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r13121 r13161 1060 1060 return null; 1061 1061 1062 $new_array = array(); 1062 1063 if ( $output == OBJECT ) { 1063 1064 // Return an integer-keyed array of row objects … … 1104 1105 if ( $col_offset == -1 ) { 1105 1106 $i = 0; 1107 $new_array = array(); 1106 1108 foreach( (array) $this->col_info as $col ) { 1107 1109 $new_array[$i] = $col->{$info_type}; … … 1174 1176 * @return WP_Error 1175 1177 */ 1176 function check_database_version() 1177 { 1178 function check_database_version() { 1178 1179 global $wp_version, $required_mysql_version; 1179 1180 // Make sure the server has the required MySQL version
Note: See TracChangeset
for help on using the changeset viewer.