removed deprecated function

This commit is contained in:
claudiosmweb 2014-02-09 03:05:03 -02:00
parent 21331cbe9c
commit 6ccbd2b6f0
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ wc_print_notices(); ?>
printf(
__( 'Hello <strong>%1$s</strong> (not %1$s? <a href="%2$s">Sign out</a>).', 'woocommerce' ) . ' ',
$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' ),