Fixed WC_Customer->set_display_name @since #15239

This commit is contained in:
Claudio Sanches 2017-05-24 17:45:20 -03:00
parent be25e49069
commit 72b98cbf5d
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@ class WC_Customer extends WC_Legacy_Customer {
/**
* Set customer's display name.
*
* @since 3.0.0
* @since 3.1.0
* @param string $display_name
* @throws WC_Data_Exception
*/