Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #35115, comment 11


Ignore:
Timestamp:
12/17/2015 10:37:08 AM (10 years ago)
Author:
tyxla
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35115, comment 11

    initial v1  
    11@Fuse99: Yes, this change will allow using the `title` parameter without consequences in the URLs. This is the main goal IMHO, as this was working properly before 4.4.
    22
    3 The idea is to still allow querying posts by title (as introduced in [33706]), but without the option to query them directly through the URLs (which was causing 404s in GET and POST requests that contain `title` parameters).
     3The idea is to still allow querying posts by title (as introduced in [33706]), but without the option to query them directly through the URLs (which was causing 404s in GET and POST requests that contain `title` parameter).