Changeset 4620
- Timestamp:
- 12/07/06 00:02:24 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/wp-db.php
r4225 r4620 132 132 133 133 function query($query) { 134 // filter the query, if filters are available 135 // NOTE: some queries are made before the plugins have been loaded, and thus cannot be filtered with this method 136 if ( function_exists('apply_filters') ) 137 $query = apply_filters('query', $query); 138 134 139 // initialise return 135 140 $return_val = 0;
