Added missing param docblock.

This commit is contained in:
Barry Kooij 2014-11-21 22:14:13 +01:00
parent b131f250b6
commit ae1ed2b7f6
1 changed files with 2 additions and 0 deletions

View File

@ -1909,6 +1909,8 @@ abstract class WC_Abstract_Order {
/**
* Generates a URL so that a customer can cancel their (unpaid - pending) order.
*
* @param string $redirect
*
* @return string
*/
public function get_cancel_order_url( $redirect = '' ) {