Merge pull request #16175 from jaydeeprami/jd-fix-param-typo
Fix typo in '@oaram' to '@param'
This commit is contained in:
commit
263a9123a7
|
@ -369,8 +369,9 @@ class WC_Customer_Data_Store extends WC_Data_Store_WP implements WC_Customer_Dat
|
|||
/**
|
||||
* Search customers and return customer IDs.
|
||||
*
|
||||
* @param string $term
|
||||
* @oaram int|string $limit @since 3.0.7
|
||||
* @param string $term
|
||||
* @param int|string $limit @since 3.0.7
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function search_customers( $term, $limit = '' ) {
|
||||
|
|
Loading…
Reference in New Issue