Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8953


Ignore:
Timestamp:
07/25/2023 12:33:27 PM (3 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8953

    • Property Summary Make sure to display a 404 if a Group’s (sub)nav misses a valid screen functionMake sure to display a 404 if a Group’s URL has no match in registered screens
  • Ticket #8953 – Description

    initial v1  
    1 Working on documenting the BP_Group_Extension class, I noticed the BP Rewrites API wasn't displaying a 404 if a plugin was adding a group’s (sub)nav without a valid screen function. The Legacy URL parser was doing this fine.
     1Working on documenting the BP_Group_Extension class, I noticed the BP Rewrites API wasn't displaying a 404 if the current action had no corresponding group screen.