Opened 11 years ago
Closed 11 years ago
#25610 closed defect (bug) (invalid)
screenshot.png pulls from database and ignores WP_HOME & WP_SITEURL values
Reported by: | nathangs | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.6.1 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
The screenshot.png file in the theme selection screen always pulls directly from siteurl field in the wp_options table and ignores WP_HOME & WP_SITEURL in the wp-config.php file.
Change History (1)
Note: See
TracTickets for help on using
tickets.
I don't think this is quite true - see get_theme_root_uri(). As far as I know, WP_HOME and WP_SITEURL do not affect the location of the wp-content folder.