Opened 15 years ago
Closed 15 years ago
#1311 closed defect (bug) (fixed)
Missing argument 2 for bp_get_the_body_class
Reported by: | laullon | Owned by: | |
---|---|---|---|
Milestone: | 1.1.3 | Priority: | major |
Severity: | Version: | ||
Component: | 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.
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();
---