Opened 10 years ago
Closed 10 years ago
#31222 closed defect (bug) (invalid)
define SHORTINIT true
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
wp-blog-header.php
insert: if ( SHORTINIT ) return false; to line 13 or move the wp() function.
because: wp() function call to $wp->main(..)
but $wp not created if SHORTINIT == true
Change History (3)
Note: See
TracTickets for help on using
tickets.
wp-blog-header.php
is not the correct file to include inSHORTINIT
mode,wp-load.php
is.