Making WordPress.org

Changeset 11872


Ignore:
Timestamp:
05/24/2022 11:57:36 PM (2 years ago)
Author:
dd32
Message:

HelpScout: Plugins/Themes: Include the reported theme in the widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/dotorg/helpscout/plugins-themes.php

    r11871 r11872  
    3535
    3636        // TODO: Would be nice to pull for support reps too, but that's less common.
     37    }
     38
     39    // Reported themes, shortcut, assume the slug is the title.. since it is..
     40    if (
     41        'theme' === $type &&
     42        str_starts_with( $request->ticket->subject, 'Reported Theme:' )
     43    ) {
     44        $slugs[] = sanitize_title_with_dashes( trim( explode( ':', $request->ticket->subject )[1] ) );
    3745    }
    3846
Note: See TracChangeset for help on using the changeset viewer.