Bump version tags.

This commit is contained in:
barryhughes 2023-12-04 15:30:28 -08:00
parent 6cf48117cc
commit 8fa3282981
2 changed files with 2 additions and 2 deletions

View File

@ -2741,7 +2741,7 @@ if ( ! function_exists( 'woocommerce_order_details_table' ) ) {
* (which is partly determined by the order status). For special cases, though, this can be overridden
* and the downloads table can be forced to render (or forced not to render).
*
* @since 8.4.0
* @since 8.5.0
*
* @param bool $show_downloads If the downloads table should be shown.
* @param WC_Order $order The related order.

View File

@ -12,7 +12,7 @@
*
* @see https://woo.com/document/template-structure/
* @package WooCommerce\Templates
* @version 8.4.0
* @version 8.5.0
*
* @var bool $show_downloads Controls whether the downloads table should be rendered.
*/