@@ -632,7 +632,7 @@ |
||
| 632 | 632 | /** |
| 633 | 633 | * Set the number of orders this customer has. |
| 634 | 634 | * @since 2.7.0 |
| 635 | - * @param integer $order_count |
|
| 635 | + * @param integer $orders_count |
|
| 636 | 636 | */ |
| 637 | 637 | public function set_orders_count( $orders_count ) { |
| 638 | 638 | $this->_data['orders_count'] = $orders_count; |