Changeset 9779
- Timestamp:
- 04/27/2020 05:45:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-bad-request.php
r9774 r9779 87 87 // Log it if possible, and not on a sandbox 88 88 if ( ! defined( 'WPORG_SANDBOXED' ) || ! WPORG_SANDBOXED ) { 89 if ( function_exists( 'wporg_error_reporter' ) ) {89 if ( function_exists( 'wporg_error_reporter' ) && ! empty( $_COOKIE ) ) { 90 90 wporg_error_reporter( E_USER_NOTICE, "400 Bad Request: $reference", __FILE__, __LINE__ ); 91 91 }
Note: See TracChangeset
for help on using the changeset viewer.