Opened 11 years ago
Closed 11 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.phpis not the correct file to include inSHORTINITmode,wp-load.phpis.