Changeset 10000 for sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-bad-request.php
- Timestamp:
- 07/03/2020 03:11:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-bad-request.php
r9939 r10000 34 34 * Detect invalid query parameters being passed in Core query fields. 35 35 * Generally causes WP_Query to throw a PHP Warning. 36 * 36 * 37 37 * @see https://core.trac.wordpress.org/ticket/17737 38 38 */ … … 51 51 /** 52 52 * Detect invalid parameters being passed to the Jetpack Subscription widget. 53 * 53 * 54 54 * @see https://github.com/Automattic/jetpack/pull/15638 55 55 */ … … 99 99 /** 100 100 * Die with a 400 Bad Request. 101 * 101 * 102 102 * @param string $reference A unique identifying string to make it easier to read logs. 103 103 */
Note: See TracChangeset
for help on using the changeset viewer.