#2983 closed defect (bug) (fixed)
The default single user slug `bbp_get_user_slug()` is `users`, not `user`
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | API - Settings/Options | Keywords: | has-patch |
Cc: |
Description (last modified by )
The default value of bbp_get_user_slug()
should be users
, not user
, see src/includes/core/options.php#L615
The bbp_get_default_options()
function defines the default as users
, see src/includes/core/options.php#L82
In a scenario where bbPress options have not been saved as happened recently with the international forums rollout this will cause the single user slug to be user
and not users
. Resaving bbPress' options restores users
as the single user slug.
Edit: Originally reported in #meta1868 #18
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 6078: