Update class-wc-privacy.php

Deleted an unneeded double space in a string on line 89.
This commit is contained in:
NekoJonez 2021-08-12 15:26:45 +02:00 committed by GitHub
parent 32993b8aaf
commit cf40e5d498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class WC_Privacy extends WC_Abstract_Privacy {
'<h2>' . __( 'What we collect and store', 'woocommerce' ) . '</h2>' . '<h2>' . __( 'What we collect and store', 'woocommerce' ) . '</h2>' .
'<p>' . __( 'While you visit our site, well track:', 'woocommerce' ) . '</p>' . '<p>' . __( 'While you visit our site, well track:', 'woocommerce' ) . '</p>' .
'<ul>' . '<ul>' .
'<li>' . __( 'Products youve viewed: well use this to, for example, show you products youve recently viewed', 'woocommerce' ) . '</li>' . '<li>' . __( 'Products youve viewed: well use this to, for example, show you products youve recently viewed', 'woocommerce' ) . '</li>' .
'<li>' . __( 'Location, IP address and browser type: well use this for purposes like estimating taxes and shipping', 'woocommerce' ) . '</li>' . '<li>' . __( 'Location, IP address and browser type: well use this for purposes like estimating taxes and shipping', 'woocommerce' ) . '</li>' .
'<li>' . __( 'Shipping address: well ask you to enter this so we can, for instance, estimate shipping before you place an order, and send you the order!', 'woocommerce' ) . '</li>' . '<li>' . __( 'Shipping address: well ask you to enter this so we can, for instance, estimate shipping before you place an order, and send you the order!', 'woocommerce' ) . '</li>' .
'</ul>' . '</ul>' .