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:
commit
0b82d67d4c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue