Commit 064e8a40663 for woocommerce
commit 064e8a40663a9430cc019e894ea0308916e1ff87
Author: Darren Ethier <darren@roughsmootheng.in>
Date: Sun Aug 23 11:02:00 2026 -0400
Fix cross-sells template comment typo (#67946)
diff --git a/plugins/woocommerce/includes/wc-template-functions.php b/plugins/woocommerce/includes/wc-template-functions.php
index 0307f89d3a1..9a1350c3be6 100644
--- a/plugins/woocommerce/includes/wc-template-functions.php
+++ b/plugins/woocommerce/includes/wc-template-functions.php
@@ -2714,7 +2714,7 @@ if ( ! function_exists( 'woocommerce_cross_sell_display' ) ) {
array(
'cross_sells' => $cross_sells,
- // Not used now, but used in previous version of up-sells.php.
+ // Not used now, but used in previous version of cross-sells.php.
'posts_per_page' => $limit,
'orderby' => $orderby,
'columns' => $columns,