Changes between Initial Version and Version 1 of Ticket #21504, comment 4
- Timestamp:
- 08/06/2012 11:42:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21504, comment 4
initial v1 1 It seems that now the only query being made before the plugins have been loaded is for loading all options (via `wp_not_installed()`):1 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 2 {{{ 3 3 SELECT option_name, option_value FROM trunk_options WHERE autoload = 'yes'