Changes between Version 1 and Version 2 of Ticket #21504, comment 4
- Timestamp:
- 08/09/2012 02:21:44 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21504, comment 4
v1 v2 1 > There is still a comment indicating that a check should be made, but the actual code to perform the check is now gone. This is around line 1081 2 > {{{ 3 > // some queries are made before the plugins have been loaded, and thus cannot be filtered with this method 4 > $query = apply_filters( 'query', $query ); 5 > }}} 6 1 7 It seems that now the only query being made before the mu-plugins have been loaded is for loading all options (via `wp_not_installed()`): 2 8 {{{