Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21504, comment 4


Ignore:
Timestamp:
08/06/2012 11:42:47 PM (11 years ago)
Author:
SergeyBiryukov
Comment:

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()`):
     1It seems that now the only query being made before the mu-plugins have been loaded is for loading all options (via `wp_not_installed()`):
    22{{{
    33SELECT option_name, option_value FROM trunk_options WHERE autoload = 'yes'