Skip to content

Commit

Permalink
Replace see with @link
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagonoronha committed Aug 6, 2017
1 parent ee3aa73 commit bf725e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/woocommerce.php
Expand Up @@ -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
*/
Expand Down Expand Up @@ -40,7 +40,7 @@ function _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' );

Expand Down

0 comments on commit bf725e4

Please sign in to comment.