Opened 3 years ago
Closed 3 years ago
#8938 closed defect (bug) (fixed)
The rewrite rules for directories are not strict enough
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 12.0.0 | Priority: | high |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | has-patch |
| Cc: |
Description
A support topic on the BP Rewrites plugin revealed the issue is also available here.
See https://wordpress.org/support/topic/breaks-similarly-named-permalinks/
A . '/?$' is missing at line 1127 of https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/classes/class-bp-component.php#L1127
Change History (2)
Note: See
TracTickets for help on using
tickets.
Adds a missing
. '/?$'at the end of line 1127 ofsrc/bp-core/classes/class-bp-component.phpTrac ticket: https://buddypress.trac.wordpress.org/ticket/8938