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