From e6e2a7ed4268a6926371360738cf660458919edd Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Sun, 21 Feb 2016 10:10:33 +0545 Subject: [PATCH] Fix docblock for wc_back_link function --- includes/wc-core-functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 '';