Improve docblock comments in WC_Email_Customer_Processing_Order class

* Added comments to `get_content_plain` and `get_content_html`
* Added missing param tag to `trigger`
This commit is contained in:
Fredrik Forsmo 2016-01-05 19:29:45 +01:00
parent ade2b04ab3
commit e4ec2171e2
1 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,8 @@ class WC_Email_Customer_Processing_Order extends WC_Email {
/**
* Trigger.
*
* @param int $order_id
*/
function trigger( $order_id ) {
@ -64,7 +66,7 @@ class WC_Email_Customer_Processing_Order extends WC_Email {
}
/**
* get_content_html function.
* Get content html.
*
* @access public
* @return string
@ -80,7 +82,7 @@ class WC_Email_Customer_Processing_Order extends WC_Email {
}
/**
* get_content_plain function.
* Get content plain.
*
* @access public
* @return string