Closed wdfee closed 7 years ago
Hi Boone, a very small hint: in templatetags.php line 1549 could you please use bp_is_current_action( BP_DOCS_SLUG ) instead of bp_is_current_action( 'docs' )? The current tab isn't marked if another slug is defined. Thanks and greetz, Fee
bp_is_current_action( BP_DOCS_SLUG )
bp_is_current_action( 'docs' )
Sure thing! It's now in the 1.9.x branch and it'll be part of the next release.
Hi Boone, a very small hint: in templatetags.php line 1549 could you please use
bp_is_current_action( BP_DOCS_SLUG )
instead ofbp_is_current_action( 'docs' )
? The current tab isn't marked if another slug is defined. Thanks and greetz, Fee