Changeset 10477
- Timestamp:
- 12/01/2020 05:38:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/mentions-handler.php
r10476 r10477 13 13 14 14 $payload = json_decode( $_POST['payload'] ); 15 16 // Debug to figure out why the incoming JSON is sometimes not able to be parsed, despite appearing to be valid. 17 if ( ! $payload ) { 18 slack_dm( var_export( $_POST, true ), 'dd32' ); 19 } 15 20 16 21 require_once WP_PLUGIN_DIR . '/wporg-notifications.php';
Note: See TracChangeset
for help on using the changeset viewer.