Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#2954 closed defect (bug) (fixed)

"Home" link in bp_dtheme_main_nav() needs to be changed to home_url()

Reported by: r-a-y's profile 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)

2954.001.patch (620 bytes) - added by r-a-y 14 years ago.

Download all attachments as: .zip

Change History (4)

@r-a-y
14 years ago

#1 @DJPaul
14 years ago

  • Milestone changed from Awaiting Review to 1.3

#2 @djpaul
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [3534]) Use home_url in navigation item, not site_url. Fixes #2954, props r-a-y

#3 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.