Changes between Initial Version and Version 1 of Ticket #23284, comment 11
- Timestamp:
- 03/03/2013 08:18:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23284, comment 11
initial v1 1 1 This 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. 2 2 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.3 As it stands in 3.5.1, dots are replaced with underscores (also reported in #23402), e.g. 4 4 {{{ 5 5 add_query_arg('foo', 'bar', 'http://example.org/g=css') = 'http://example_org/g=css?foo=bar'