Skip to content

Commit

Permalink
Fix php linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecgan committed Jul 5, 2023
1 parent ba1f76d commit e004f90
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -171,9 +171,9 @@ public static function get_plugin( $slug ) {
'manage_url' => 'admin.php?page=mailchimp-woocommerce',
'is_built_by_wc' => false,
),
'klaviyo' => array(
'klaviyo' => array(
'name' => __( 'Klaviyo', 'woocommerce' ),
'description' => __('Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.', 'woocommerce' ),
'description' => __( 'Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.', 'woocommerce' ),
'image_url' => plugins_url( '/assets/images/onboarding/klaviyo.png', WC_PLUGIN_FILE ),
'manage_url' => 'admin.php?page=klaviyo_settings',
'is_built_by_wc' => false,
Expand Down

0 comments on commit e004f90

Please sign in to comment.