Remove find/replace definition

This commit is contained in:
Mike Jolley 2017-09-06 10:52:45 +01:00
parent cbe4e26c97
commit 10a873a808
1 changed files with 0 additions and 16 deletions

View File

@ -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.
*/