Ticket #26869: 26869-25284.diff
File 26869-25284.diff, 939 bytes (added by , 11 years ago) |
---|
-
src/wp-includes/wp-db.php
703 703 * 704 704 * @see wpdb::$incompatible_modes 705 705 * 706 * @param array $incompatible_modes An array of incompatible modes 706 * @param array $incompatible_modes An array of incompatible modes. 707 707 */ 708 708 $incompatible_modes = (array) apply_filters( 'incompatible_sql_modes', $this->incompatible_modes ); 709 709 … … 1338 1338 /** 1339 1339 * Filter the database query. 1340 1340 * 1341 * Some queries are made before the plugins have been loaded, and thus cannot be filtered with this method. 1341 * Some queries are made before the plugins have been loaded, 1342 * and thus cannot be filtered with this method. 1342 1343 * 1343 1344 * @since 2.1.0 1345 * 1344 1346 * @param string $query Database query. 1345 1347 */ 1346 1348 $query = apply_filters( 'query', $query );