Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 8 years ago

#2994 closed enhancement (fixed)

bp_dtheme_main_nav() duplicates show_home parameter for wp_page_menu()

Reported by: djpaul's profile DJPaul Owned by: djpaul's profile DJPaul
Milestone: 1.5 Priority: normal
Severity: Version:
Component: Templates Keywords:
Cc:

Description

The bp_dtheme_main_nav(), which is the navigation menu fallback for when custom menus aren't set up, duplicates the functionality of the show_home parameter for wp_page_menu().

We should switch to the way that the home nav item is added to the Twenty Ten nav bar to standardise and reduce complexity of our code.

Change History (2)

#1 @djpaul
14 years ago

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

(In [3653]) Use wp_page_menu's show_home parameter to create the "home" item in the main nav. Fixes #2994

#2 @DJPaul
8 years ago

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