Opened 4 years ago
Last modified 4 years ago
#5567 new defect (bug)
Adapt the page title on filtered plugin review archives
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Support Forums | Keywords: | |
Cc: |
Description (last modified by )
URLs like https://wordpress.org/support/plugin/gutenberg/reviews/?filter=4 should take the 'score' filter into account in the page title.
Alter the template as follows:
From: <title>[%plugin_name%] Reviews - page %page% | WordPress.org</title>
To: <title>[%plugin_name%] Reviews (%star% stars only) - page %page% | WordPress.org</title>
Change History (5)
Note: See
TracTickets for help on using
tickets.
The
From
andTo
look the same to me.What am I missing?