Ticket #57885: 57885.diff
File 57885.diff, 589 bytes (added by , 19 months ago) |
---|
-
src/wp-includes/functions.php
1196 1196 /** 1197 1197 * Removes an item or items from a query string. 1198 1198 * 1199 * Important: The return value of remove_query_arg() is not escaped by default. Output should be 1200 * late-escaped with esc_url() or similar to help prevent vulnerability to cross-site scripting 1201 * (XSS) attacks. 1202 * 1199 1203 * @since 1.5.0 1200 1204 * 1201 1205 * @param string|string[] $key Query key or keys to remove.