Niels Lange
Niels Lange
Fixes #1595 This PR is an extension of #1771 and adds support for the submenu description. @gigitux mentioned this specific problem in https://github.com/woocommerce/storefront/pull/1771#issuecomment-1087301359. In this PR, I simply enhanced the...
Similar to https://github.com/woocommerce/woocommerce/tree/master/tests/e2e-tests#how-to-run-an-individual-test, having e2e tests in place might help to reduce bugs while implementing new features and updating existing features. Update: we've started work on this (#1394) and there's...
While working on #5552, I noticed that we have functionality for the star rating in the following two different places: 1. https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/assets/js/atomic/blocks/product-elements/rating/block.js 2. https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/assets/js/base/components/reviews/review-list-item/index.js This violates the [DRY principle](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) and...
While working on translations for the WooCommerce plugin, I noticed various mistakes in an original string. - [Link in Trac](https://plugins.trac.wordpress.org/browser/woocommerce/trunk/src/Database/Migrations/CustomOrderTable/CLIRunner.php#L438) - [Link on WordPress.org](https://translate.wordpress.org/projects/wp-plugins/woocommerce/dev/de/default/?filters%5Boriginal_id%5D=13834180) ### Original code ```php _n( '%1$d...
Fixes #1932 Before:  After: 
Fixes #1905 Editor Before:  Editor After:  Frontend Before:  Frontend After: 
Fixes #1506 Before:  After:  @iamtakashi As `.wp-block-gallery { ... }` had been overwritten, I've increased the CSS specificity to `figure.wp-block-gallery { ... }` in...
**Steps to reproduce** 1. Create a guest author account (guest-780) 2. Check post count for admin and guest author 3. Create one post (test-post-780) as guest author and remove admin...
**Steps to reproduce** 1. Create an editor account (editor-779) 2. Create one post (test-post-779) 3. Create a guest author account (guest-779) 4. Add guest author to post (test-post-779) 5. Check...