Opened 15 years ago
Closed 15 years ago
#1421 closed defect (bug) (no action required)
register_theme_folder dupe
Reported by: | 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' );
Note: See
TracTickets for help on using
tickets.
Checked, but register_theme_folder() appears only once.