Missing var
This commit is contained in:
parent
eb61503210
commit
b254ecf16d
|
@ -632,7 +632,7 @@ class WC_Product extends WC_Abstract_Legacy_Product {
|
|||
* @since 2.7.0
|
||||
* @param string $timestamp Sale to date.
|
||||
*/
|
||||
public function set_date_on_sale_to( $date ) {
|
||||
public function set_date_on_sale_to( $timestamp ) {
|
||||
return $this->data['date_on_sale_to'] = is_numeric( $timestamp ) ? $timestamp : strtotime( $timestamp );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue