Strings is no longer needed
This commit is contained in:
parent
f506549264
commit
409030430c
|
@ -1,22 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Strings
|
||||
*
|
||||
* This file holds localisation strings that are scanned by localisation plugins. It is not included anywhere.
|
||||
*
|
||||
* @author WooThemes
|
||||
* @category i18n
|
||||
* @package WooCommerce/i18n
|
||||
* @version 2.0.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
||||
|
||||
// Order Status Terms
|
||||
__( 'pending', 'woocommerce' );
|
||||
__( 'failed', 'woocommerce' );
|
||||
__( 'on-hold', 'woocommerce' );
|
||||
__( 'processing', 'woocommerce' );
|
||||
__( 'completed', 'woocommerce' );
|
||||
__( 'refunded', 'woocommerce' );
|
||||
__( 'cancelled', 'woocommerce' );
|
Loading…
Reference in New Issue