Changeset 10478
- Timestamp:
- 12/01/2020 05:46:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/trac/mentions-handler.php
r10477 r10478 12 12 } 13 13 14 $payload = json_decode( $_POST['payload']);14 $payload = json_decode( wp_unslash( $_POST['payload'] ) ); 15 15 16 16 // Debug to figure out why the incoming JSON is sometimes not able to be parsed, despite appearing to be valid.
Note: See TracChangeset
for help on using the changeset viewer.