Merge pull request #9977 from frozzare/docs/class-wc-email-customer-processing-order

Improve docblock comments in WC_Email_Customer_Processing_Order class
This commit is contained in:
Mike Jolley 2016-01-06 12:25:13 +00:00
commit 81cfc5030f
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