Skip to content

Commit

Permalink
Improve no theme parent in support info
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 21, 2025
1 parent d0452c5 commit fd5bf75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mt-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function mt_get_support_form() {
$theme_name = $theme->get( 'Name' );
$theme_uri = $theme->get( 'ThemeURI' );
$theme_parent = $theme->get( 'Template' );
$theme_parent = ( $theme_parent ) ? $theme_parent : __( 'None', 'my-tickets' );
$theme_version = $theme->get( 'Version' );

// plugin data.
Expand Down

0 comments on commit fd5bf75

Please sign in to comment.