Changeset 28339
- Timestamp:
- 05/07/2014 03:55:32 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r28243 r28339 933 933 default : 934 934 return array(); 935 break;936 935 } 937 936 … … 1515 1514 $query = apply_filters( 'query', $query ); 1516 1515 1517 $return_val = 0;1518 1516 $this->flush(); 1519 1517 … … 1787 1785 return false; 1788 1786 1789 $ bits = $wheres = array();1787 $wheres = array(); 1790 1788 1791 1789 $where_formats = $where_format = (array) $where_format;
Note: See TracChangeset
for help on using the changeset viewer.