#3517 closed defect (bug) (invalid)
Naming issue with the plugins page pagination links
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Site - bbPress.org | Keywords: | has-screenshots |
Cc: |
Description
The pagination links for the plugins page are linked as https://bbpress.org/plugins/?ppage=2
It should be https://bbpress.org/plugins/?page=2
Screenshot: https://share.cleanshot.com/rkjVsTcZjgSlR5gCgyrG
Change History (1)
Note: See
TracTickets for help on using
tickets.
This is intentional,
page
is reserved for use by WordPress,ppage
is used by this custom page template to mean something like "plugin page".