Merge pull request #9973 from frozzare/docs/class-wc-email-new-order

Improve docblock comments in WC_Email_New_Order class
This commit is contained in:
Mike Jolley 2016-01-06 12:25:44 +00:00
commit 5bae221b33
1 changed files with 4 additions and 2 deletions

View File

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