Fix Navigation removal release timing to 9.5 (#52094)
* Update target release * update class comments
This commit is contained in:
parent
fa07ff56f4
commit
69d43a62df
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* WooCommerce Navigation Core Menu
|
||||
*
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4.
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
|
||||
* @package Woocommerce Admin
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* WooCommerce Navigation Favorite
|
||||
*
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4.
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
|
||||
* @package Woocommerce Navigation
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* Navigation Experience
|
||||
*
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4.
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
|
||||
* @package Woocommerce Admin
|
||||
*/
|
||||
|
||||
|
@ -44,6 +44,6 @@ class Init {
|
|||
*/
|
||||
public static function deprecation_notice( $fcn ) {
|
||||
// phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log
|
||||
error_log( 'Automattic\WooCommerce\Admin\Features\Navigation\\' . $fcn . ' is deprecated since 9.3 with no alternative. Navigation classes will be removed in WooCommerce 9.4' );
|
||||
error_log( 'Automattic\WooCommerce\Admin\Features\Navigation\\' . $fcn . ' is deprecated since 9.3 with no alternative. Navigation classes will be removed in WooCommerce 9.5' );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* WooCommerce Navigation Menu
|
||||
*
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4.
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
|
||||
* @package Woocommerce Navigation
|
||||
*/
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
/**
|
||||
* WooCommerce Navigation Screen
|
||||
*
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.4.
|
||||
* @deprecated 9.3.0 Navigation is no longer a feature and its classes will be removed in WooCommerce 9.5.
|
||||
* @package Woocommerce Navigation
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue