Remove find/replace definition
This commit is contained in:
parent
cbe4e26c97
commit
10a873a808
|
@ -190,22 +190,6 @@ class WC_Email extends WC_Settings_API {
|
|||
*/
|
||||
protected $placeholders = array();
|
||||
|
||||
/**
|
||||
* Strings to find in subjects/headings.
|
||||
*
|
||||
* @deprecated 3.2.0 in favour of placeholders
|
||||
* @var array
|
||||
*/
|
||||
public $find = array();
|
||||
|
||||
/**
|
||||
* Strings to replace in subjects/headings.
|
||||
*
|
||||
* @deprecated 3.2.0 in favour of placeholders
|
||||
* @var array
|
||||
*/
|
||||
public $replace = array();
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue