Opened 6 years ago
Last modified 5 years ago
#5567 new defect (bug)
Adapt the page title on filtered plugin review archives
| Reported by: | jonoaldersonwp | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The
FromandTolook the same to me.What am I missing?