- Timestamp:
- 07/07/2022 01:23:59 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/profile.php
r11873 r11946 66 66 67 67 // If this is related to a slack user, include the details of the slack account. 68 if ( $user || preg_match( '/(\S+@chat.wordpress.org)/i', $request->ticket->subject , $m ) ) {68 if ( $user || preg_match( '/(\S+@chat.wordpress.org)/i', $request->ticket->subject ?? '', $m ) ) { 69 69 70 70 if ( $user ) {
Note: See TracChangeset
for help on using the changeset viewer.