Opened 5 years ago
Last modified 5 years ago
#5567 new defect (bug)
Adapt the page title on filtered plugin review archives
| Reported by: |
|
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
FromandTolook the same to me.What am I missing?