- Grammar fix to login button
- add autocomplete attributes to account and register forms
- Revert "add autocomplete attributes to account and register forms"
- accout login autocomplete - commit with correct user account
- Add classes to register form
- Use nbsp to separate * denoting required fields.
Reference:
cc6149d08a015d71b0719ee9e9cf5edd61b5963c
555d680f6e45ae70dab2ccbdfb01205af8c84bd4
6a29551979d474203a5ee9176f23811743caff76
5a19f00c5a3532843b6bbca2142d378d317d27b8
7897c7b6926d1b7cbaa1ffc8d3b68f3c0be743e1
80dc183880ba0ee3c95c85d8a91630e4f8fe1bc3
Add "form-control" class to missed inputs;
May add "@codingStandarsIgnoreLine" where it has been added to Woo templates on same line;
myaccount/form-login.php Line 45 changes an esc_attr, this is to reflect update from Woo files;
Making identical to Woo files;
Add spaces;
Formatting;
Add period to exit text;
loop/orderby.php removes exit text, this is identical to Woo files and we should keep it unless they change. This will make it easier to compare templates;
Change to esc_html_e where changed on Woo files;
Change capitalization to be identical with Woo;
May contain other small changes when on same line as main change;
Formatting;
global/form-login.php Line 51 adds class;
Set templates to most updated version from Woo, the version they are based on;
Adjust formatting to be identical to Woo;
Not all versions are 3.3.0, we should reflect the WooCommerce templates so that we know which version they are based on. There are instances where seemingly older versions are the most current.