Changeset 11907
- Timestamp:
- 06/09/2022 12:45:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/plugins-themes.php
r11872 r11907 40 40 if ( 41 41 'theme' === $type && 42 str_starts_with( $request->ticket->subject , 'Reported Theme:' )42 str_starts_with( $request->ticket->subject ?? '', 'Reported Theme:' ) 43 43 ) { 44 44 $slugs[] = sanitize_title_with_dashes( trim( explode( ':', $request->ticket->subject )[1] ) );
Note: See TracChangeset
for help on using the changeset viewer.