auto-patch 638-dev-dev01-2024-05-14T20_44_36

This commit is contained in:
root
2024-05-14 20:44:36 +00:00
parent a941559057
commit 5dbb0b284e
1812 changed files with 29671 additions and 14588 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* Helpers for managing connection to Woo.com.
* Helpers for managing connection to WooCommerce.com.
*/
namespace Automattic\WooCommerce\Internal\WCCom;
@@ -10,11 +10,11 @@ defined( 'ABSPATH' ) || exit;
/**
* Class WCConnectionHelper.
*
* Helpers for managing connection to Woo.com.
* Helpers for managing connection to WooCommerce.com.
*/
final class ConnectionHelper {
/**
* Check if Woo.com account is connected.
* Check if WooCommerce.com account is connected.
*
* @since 4.4.0
* @return bool Whether account is connected.