Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1421 closed defect (bug) (no action required)

register_theme_folder dupe

Reported by: mattwiebe's profile mattwiebe Owned by:
Milestone: 1.2 Priority: minor
Severity: Version:
Component: Keywords:
Cc:

Description

in trunk/bp-core.php, the following is listed twice on lines 69-75:

/* Register BuddyPress themes contained within the theme folder */
if ( function_exists( 'register_theme_folder' ) )
	register_theme_folder( 'buddypress/bp-themes' );

Change History (1)

#1 @GIGALinux
15 years ago

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

Checked, but register_theme_folder() appears only once.

Note: See TracTickets for help on using tickets.