Switch TextDomain for Name when tracking block themes

This commit is contained in:
tjcafferkey 2022-04-07 10:50:29 +01:00 committed by Jorge A. Torres
parent ab769ebe2c
commit 864f348865
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class WC_Theme_Tracking {
$properties = array(
'block_theme' => $is_block_theme,
'theme_domain' => $theme_object->get( 'TextDomain' ),
'theme_name' => $theme_object->get( 'Name' ),
);
WC_Tracks::record_event( 'activated_theme', $properties );