Merge pull request #14798 from woocommerce/fix/typo
Fix small typo in the docblock.
This commit is contained in:
commit
6ac86952bb
|
@ -110,7 +110,7 @@ class WC_Install {
|
|||
/**
|
||||
* Check WooCommerce version and run the updater is required.
|
||||
*
|
||||
* This check is done on all requests and runs if he versions do not match.
|
||||
* This check is done on all requests and runs if the versions do not match.
|
||||
*/
|
||||
public static function check_version() {
|
||||
if ( ! defined( 'IFRAME_REQUEST' ) && get_option( 'woocommerce_version' ) !== WC()->version ) {
|
||||
|
|
Loading…
Reference in New Issue