#21 closed defect (bug) (fixed)
"Home" link in wp-register.php incorrect
| Reported by: | mark | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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).