#21 closed defect (bug) (fixed)
"Home" link in wp-register.php incorrect
Reported by: | mark | Owned by: | ryan |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
When registration is enabled, the home link on the resultant page of wp-register.php uses <?php echo get_settings('siteurl') .'/'. get_settings('blogfilename'); ?>. This should be <?php echo get_settings('home') .'/'. get_settings('blogfilename'); ?> so that it pulls the path of the index.php ('home') rather than the path of WordPress ('siteurl') (when using seperate directories for each).
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hrm, I could've sworn I entered product version and build. No matter. Product version is 1.2 and product build is mingus (1.2-mingus).