Skip to content

Commit

Permalink
Fix lint in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexookah committed Aug 1, 2024
1 parent 8e58566 commit c63acf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-woocommerce-filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function setup() {
// Add better support for Stripe payment gateway.
add_filter( 'graphql_stripe_process_payment_args', [ self::class, 'woographql_stripe_gateway_args' ], 10, 2 );

// WPGraphQL Reset password -> Use woocommerce email password template when requested
// WPGraphQL Reset password -> Use woocommerce email password template when requested.
add_filter( 'retrieve_password_message', [ self::class, 'get_reset_password_message' ], 10, 3 );
add_filter( 'retrieve_password_title', [ self::class, 'get_reset_password_title' ] );
}
Expand Down

0 comments on commit c63acf0

Please sign in to comment.