Merge pull request #4685 from claudiosmweb/fix_4683
Removed deprecated function in templates/myaccount/my-account.php
This commit is contained in:
commit
703af8e2fc
|
@ -18,7 +18,7 @@ wc_print_notices(); ?>
|
||||||
printf(
|
printf(
|
||||||
__( 'Hello <strong>%1$s</strong> (not %1$s? <a href="%2$s">Sign out</a>).', 'woocommerce' ) . ' ',
|
__( 'Hello <strong>%1$s</strong> (not %1$s? <a href="%2$s">Sign out</a>).', 'woocommerce' ) . ' ',
|
||||||
$current_user->display_name,
|
$current_user->display_name,
|
||||||
wp_logout_url( get_permalink( woocommerce_get_page_id( 'myaccount' ) ) )
|
wp_logout_url( get_permalink( wc_get_page_id( 'myaccount' ) ) )
|
||||||
);
|
);
|
||||||
|
|
||||||
printf( __( 'From your account dashboard you can view your recent orders, manage your shipping and billing addresses and <a href="%s">edit your password and account details</a>.', 'woocommerce' ),
|
printf( __( 'From your account dashboard you can view your recent orders, manage your shipping and billing addresses and <a href="%s">edit your password and account details</a>.', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue