Add obsolete spaces

This commit is contained in:
Niels Lange 2023-07-18 15:49:09 +02:00
parent 0abc8b247e
commit c48630463f
No known key found for this signature in database
GPG Key ID: 1C3F03249476BAC0
2 changed files with 4 additions and 4 deletions

View File

@ -2,5 +2,5 @@
Various code snippets you can add to your site to enable various custom functionality.
- [Add a message above the login / register form](./before-login--register-form.md)
- [Change number of related products output](./number-of-products-per-row.md)
- [Add a message above the login / register form](./before-login--register-form.md)
- [Change number of related products output](./number-of-products-per-row.md)

View File

@ -30,5 +30,5 @@ if ( ! function_exists( 'YOUR_PREFIX_login_message' ) ) {
Please note that for this code to work, the following options must be checked in the WooCommerce “Accounts & Privacy” settings:
- Allow customers to create an account during checkout.
- Allow customers to create an account on the "My Account" page.
- Allow customers to create an account during checkout.
- Allow customers to create an account on the "My Account" page.