Skip to content

Commit 06292c0

Browse files
committed
Woocommerce: Shortcode for displaying a link to account
1 parent d7d7605 commit 06292c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/plugins/woocommerce.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ function woocommerce_account_link_shortcode( $atts ) {
509509
}
510510

511511
$html = '<a href="' . $link_url .'" class="'.$link_class.'">';
512-
$html .= $icon_html . __('Account', 'woocommerce');
512+
$html .= $icon_html . ' '. __('Account', 'woocommerce');
513513
$html .= '</a>';
514514
return $html;
515515
}

0 commit comments

Comments
 (0)