Fix typo in '@oaram' to '@param'
This commit is contained in:
parent
5c67f0c665
commit
55100562b3
|
@ -369,8 +369,9 @@ class WC_Customer_Data_Store extends WC_Data_Store_WP implements WC_Customer_Dat
|
||||||
/**
|
/**
|
||||||
* Search customers and return customer IDs.
|
* Search customers and return customer IDs.
|
||||||
*
|
*
|
||||||
* @param string $term
|
* @param string $term
|
||||||
* @oaram int|string $limit @since 3.0.7
|
* @param int|string $limit @since 3.0.7
|
||||||
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
public function search_customers( $term, $limit = '' ) {
|
public function search_customers( $term, $limit = '' ) {
|
||||||
|
|
Loading…
Reference in New Issue