boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

use BP_DOCS_SLUG for group subnav tab #580

Closed wdfee closed 7 years ago

wdfee commented 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

boonebgorges commented 7 years ago

Sure thing! It's now in the 1.9.x branch and it'll be part of the next release.