From c377e27411b011e8eabb0a8293bc2ba7517f7fe7 Mon Sep 17 00:00:00 2001 From: Ron Rennick Date: Fri, 15 Feb 2019 15:41:19 -0400 Subject: [PATCH] update missed version `or greater` in update message --- plugins/woocommerce-admin/wc-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce-admin/wc-admin.php b/plugins/woocommerce-admin/wc-admin.php index 02146e2d2d6..764b13f0146 100755 --- a/plugins/woocommerce-admin/wc-admin.php +++ b/plugins/woocommerce-admin/wc-admin.php @@ -35,7 +35,7 @@ function wc_admin_plugins_notice() { if ( $wordpress_includes_gutenberg ) { $message = sprintf( /* translators: URL of WooCommerce plugin */ - __( 'The WooCommerce Admin feature plugin requires WooCommerce (>3.5) to be installed and active.', 'wc-admin' ), + __( 'The WooCommerce Admin feature plugin requires WooCommerce 3.5 or greater to be installed and active.', 'wc-admin' ), 'https://wordpress.org/plugins/woocommerce/' ); } else {