Opened 3 years ago
Closed 3 years ago
#8938 closed defect (bug) (fixed)
The rewrite rules for directories are not strict enough
| Reported by: | imath | Owned by: | imath |
|---|---|---|---|
| Priority: | high | Milestone: | 12.0.0 |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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