Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #65267, comment 1


Ignore:
Timestamp:
05/19/2026 06:35:38 PM (4 months ago)
Author:
westonruter

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65267, comment 1

    initial v1  
    33I modified the slug of the Hello World post from `hello-world` to `hola-mundo`. Then I renamed it back.
    44
    5 When I tried going to `/2025/12/25/hola-mundo/?utm=foo` I was redirected to ``/2025/12/25/hello-world/` with the query parameter removed.
     5When I tried going to `/2025/12/25/hola-mundo/?utm=foo` I was redirected to `/2025/12/25/hello-world/` with the query parameter removed.
    66
    77The `wp_old_slug_redirect()` function was introduced in WP 2.1. I'm surprised this hasn't been raised as an issue before.