Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New “Skeleton Component” for developers


Erwin Gerrits
Participant

@egerrits

In the file “bp-example.php” on line 209:

if ( $bp->current_example== $bp->example->slug ) {

should read:

if ( $bp->current_component== $bp->example->slug ) {

shouldn’t it?

Skip to toolbar