Ticket #21 (closed defect (bug): fixed)

Opened 5 years ago

Last modified 5 years ago

"Home" link in wp-register.php incorrect

Reported by: mark Assigned to: ryan
Priority: normal Milestone:
Component: General Version:
Severity: trivial Keywords:
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

06/11/04 19:29:32 changed by mark

06/11/04 21:30:44 changed by mark

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

06/11/04 21:58:22 changed by ryan

  • owner changed from anonymous to rboren.
  • status changed from new to closed.
  • resolution changed from 10 to 20.

06/17/04 19:39:41 changed by ryan

  • status changed from closed to closed.