Make WordPress Core

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


Ignore:
Timestamp:
03/03/2013 08:18:42 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23284, comment 11

    initial v1  
    11This also causes problems when using [http://code.google.com/p/minify/ Minify] as its [http://code.google.com/p/minify/wiki/UriRewriting/ URL rewriting] allows URLs of the form !http://example.org/g=css or !http://example.org/min/f=style.css.
    22
    3 As it stands in 3.5.1, dots are replaced with underscores (also reported in [http://core.trac.wordpress.org/ticket/23402 #23402]), e.g.
     3As it stands in 3.5.1, dots are replaced with underscores (also reported in #23402), e.g.
    44{{{
    55add_query_arg('foo', 'bar', 'http://example.org/g=css') = 'http://example_org/g=css?foo=bar'