Merge pull request #9974 from frozzare/docs/class-wc-email-failed-order

Improve docblock comments in WC_Email_Failed_Order class
This commit is contained in:
Mike Jolley 2016-01-06 12:25:38 +00:00
commit 0b82d67d4c
1 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@ class WC_Email_Failed_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 ) {
@ -62,7 +64,7 @@ class WC_Email_Failed_Order extends WC_Email {
} }
/** /**
* get_content_html function. * Get content html.
* *
* @access public * @access public
* @return string * @return string