Opened 17 years ago
Closed 17 years ago
#1421 closed defect (bug) (no action required)
register_theme_folder dupe
| Reported by: | mattwiebe | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.2 |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Checked, but register_theme_folder() appears only once.