#2954 closed defect (bug) (fixed)
"Home" link in bp_dtheme_main_nav() needs to be changed to home_url()
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | Version: | 1.5 | |
Component: | Templates | Keywords: | has-patch |
Cc: |
Description
When installing Wordpress in a subdirectory:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
The "Home" link listed in the BuddyPress nav uses site_url() when it should be using home_url().
Problem also noted here:
http://wordpress.org/support/topic/bug-site_url-giving-me-wordpress-address
Patch against 1.3-bleeding.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [3534]) Use home_url in navigation item, not site_url. Fixes #2954, props r-a-y