diff --git a/includes/wc-core-functions.php b/includes/wc-core-functions.php index 4b0cabcfd7e..6644342c3f7 100644 --- a/includes/wc-core-functions.php +++ b/includes/wc-core-functions.php @@ -938,9 +938,9 @@ function wc_get_shipping_zone( $package ) { /** * Outputs a "back" link so admin screens can easily jump back a page. - - * @param string $label Title of the page to return to - * @param string $url URL of the page to return to + * + * @param string $label Title of the page to return to. + * @param string $url URL of the page to return to. */ function wc_back_link( $label, $url ) { echo '';