Coding standards

This commit is contained in:
rspublishing 2016-09-30 16:23:17 +02:00
parent 424948f4de
commit 180ac717a8
1 changed files with 4 additions and 4 deletions

View File

@ -122,10 +122,10 @@ class WC_REST_System_Status_Tools_Controller extends WC_REST_Controller {
'desc' => __( 'This tool will clear ALL expired transients from WordPress.', 'woocommerce' ),
),
'delete_orphaned_variations' => array(
'name' => __( 'Orphaned Variations','woocommerce' ),
'button' => __( 'Delete orphaned variations','woocommerce' ),
'desc' => __( 'This tool will delete all variations which have no parent.', 'woocommerce' ),
),
'name' => __( 'Orphaned Variations', 'woocommerce' ),
'button' => __( 'Delete orphaned variations', 'woocommerce' ),
'desc' => __( 'This tool will delete all variations which have no parent.', 'woocommerce' ),
),
'recount_terms' => array(
'name' => __( 'Term counts', 'woocommerce' ),
'button' => __( 'Recount terms', 'woocommerce' ),