Changeset 8137
- Timestamp:
- 01/25/2019 03:50:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
r8093 r8137 555 555 } 556 556 557 if ( ( ! defined( 'WPORG_SANDBOXED' ) || ! WPORG_SANDBOXED )) {557 if ( 'production' === WORDCAMP_ENVIRONMENT ) { 558 558 register_shutdown_function( 'send_fatal_to_slack' ); 559 559 set_error_handler( 'send_error_to_slack', E_ERROR );
Note: See TracChangeset
for help on using the changeset viewer.