Changes between Initial Version and Version 1 of Ticket #23668, comment 18
- Timestamp:
- 09/11/2013 01:50:34 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23668, comment 18
initial v1 1 1 I don't think [25335] needs a revert, but the use of wp_parse_args() there means a query string is valid, so it needs an adjustment. I am fine with actually converting this to array_merge()* and removing the parse_str, but either way, we should try to avoid what we're doing. 2 2 3 * 3 *Keeping in mind that the arguments would also need to be flipped.