Skip to content

Commit

Permalink
Use a less generic query var when registering cp-bp-group
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
boonebgorges committed Feb 7, 2013
1 parent b79f6e5 commit 6ca2eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/cp-bp.php
Expand Up @@ -89,7 +89,7 @@ function register_taxonomies() {
register_taxonomy( 'cp-bp-group', 'cp-projects', array(
'label' => 'BP Groups',
'public' => $cp_debug_mode,
'query_var' => 'group'
'query_var' => 'cp-bp-group'
) );

}
Expand Down

0 comments on commit 6ca2eed

Please sign in to comment.