Opened 17 years ago
Closed 17 years ago
#1311 closed defect (bug) (fixed)
Missing argument 2 for bp_get_the_body_class
| Reported by: | laullon | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.1.3 |
| Component: | Version: | ||
| Severity: | Keywords: | ||
| Cc: |
Description
See this forum thread.
http://buddypress.org/forums/topic/missing-argument-2-for-bp_get_the_body_class#post-26470
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
this my solution.
File: bp-core-templatestags.php
< function bp_get_the_body_class( $wp_classes, $custom_classes ) {
---
1732c1732
< $wp_classes = (array) $custom_classes;
---
1734c1734
< $wp_classes = array();
---