Skip to content

Commit

Permalink
Woocommerce: Shortcode for displaying a link to account
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Aug 7, 2017
1 parent d7d7605 commit 06292c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/plugins/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function woocommerce_account_link_shortcode( $atts ) {
}

$html = '<a href="' . $link_url .'" class="'.$link_class.'">';
$html .= $icon_html . __('Account', 'woocommerce');
$html .= $icon_html . ' '. __('Account', 'woocommerce');
$html .= '</a>';
return $html;
}
Expand Down

0 comments on commit 06292c0

Please sign in to comment.