Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#21 closed defect (bug) (fixed)

"Home" link in wp-register.php incorrect

Reported by: mark's profile mark Owned by: ryan's profile 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)

#2 @mark
20 years ago

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).

#3 @ryan
20 years ago

  • Owner changed from anonymous to rboren
  • Resolution changed from 10 to 20
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.