Changeset 12620
- Timestamp:
- 06/05/2023 09:21:49 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/common.php
r12613 r12620 474 474 global $wpdb; 475 475 476 if ( str_starts_with( $event, 'convo.' ) ) {476 if ( ! str_starts_with( $event, 'convo.' ) ) { 477 477 return; 478 478 }
Note: See TracChangeset
for help on using the changeset viewer.