Changeset 27147
- Timestamp:
- 02/09/2014 08:50:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r27075 r27147 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 ); … … 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 */
Note: See TracChangeset
for help on using the changeset viewer.