minor: contributor should be public, not membership

This commit is contained in:
2025-09-03 13:13:06 -04:00
parent 3e15073ebb
commit e8a6aa41cf
2 changed files with 3 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ function ccat_contributor_register_post_type() {
'supports' => array( 'title', 'thumbnail', 'author', 'excerpt', 'revisions' ),
'has_archive' => false,
'rewrite' => array(
'slug' => 'contributeur',
'slug' => 'membre',
'with_front' => false,
),
'query_var' => true,