Make WordPress Core

Opened 22 years ago

Closed 22 years ago

Last modified 22 years ago

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

#2 @mark
22 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
22 years ago

  • Owner changed from anonymous to rboren
  • Resolution 1020
  • Status newclosed
Note: See TracTickets for help on using tickets.