#8947 closed defect (bug) (fixed)
optimization for install check
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.8 | Priority: | low |
| Severity: | minor | Version: | 2.7 |
| Component: | Optimization | Keywords: | has-patch dev-feedback commit |
| Focuses: | Cc: |
Description
currently, WP runs get_option(siteurl) as an install check, and proceeds to load all option if it isn't. would it not be more meaningful to load options first, and to check if get_option(siteurl) is set after doing so? or are there non-obvious reasons for doing things that way?
Attachments (1)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Sounds reasonable.