This commit is contained in:
Claudio Sanches 2018-06-05 16:04:11 -03:00
parent 9f55a1d8b2
commit add146aee1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class WC_Beta_Tester_Admin_Menus {
$ssr = '';
foreach ( $response['environment'] as $key => $value ) {
$index = $key;
// @todo remove this hack after fix schema in WooCommercem, and Claudio never let you folks to forget that need to write schema first, and review after every change, schema is the most important part of the REST API.
// @todo remove this hack after fix schema in WooCommerce, and Claudio never let you folks forget that need to write schema first, and review after every change, schema is the most important part of the REST API.
if ( 'version' === $index ) {
$index = 'wc_version';
} elseif ( 'external_object_cache' === $index ) {