From bf725e430f41417529b847e53020465042713bc5 Mon Sep 17 00:00:00 2001 From: Tiago Noronha Date: Sun, 6 Aug 2017 23:44:38 +0100 Subject: [PATCH] Replace see with @link --- inc/woocommerce.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/woocommerce.php b/inc/woocommerce.php index a5bb2db..4bbca77 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -10,7 +10,7 @@ /** * WooCommerce setup function. * - * See: https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/ + * @link https://docs.woocommerce.com/document/third-party-custom-theme-compatibility/ * * @return void */ @@ -40,7 +40,7 @@ add_action( 'wp_enqueue_scripts', '_s_woocommerce_scripts' ); * Removing the default WooCommerce stylesheet and enqueing your own will * protect you during WooCommerce core updates. * - * See: https://docs.woocommerce.com/document/disable-the-default-stylesheet/ + * @link https://docs.woocommerce.com/document/disable-the-default-stylesheet/ */ add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );