Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #20902, comment 15


Ignore:
Timestamp:
08/28/2025 10:34:13 AM (12 months ago)
Author:
kalpeshh

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20902, comment 15

    initial v1  
    44Canonical redirects from query vars (`post_format`, `pagename`, `author_name`, `category_name`) to pretty permalinks are inconsistent.
    55`Pagination requests` with `paged=1` on `post_format` and `category_name` remain on the query-string form instead of redirecting to the canonical pretty URL.
     6
     7Patch tested: https://github.com/WordPress/wordpress-develop/pull/9029.diff
    68
    79=== Environment