From eb99d0f152ad7dc46096963bf2f5342eadf61e94 Mon Sep 17 00:00:00 2001 From: Peter Fabian Date: Mon, 8 Apr 2019 18:37:23 +0200 Subject: [PATCH] Updated back to link for attribute terms. --- includes/class-wc-post-types.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/class-wc-post-types.php b/includes/class-wc-post-types.php index bafc7e892cc..502a955a1ee 100644 --- a/includes/class-wc-post-types.php +++ b/includes/class-wc-post-types.php @@ -235,6 +235,8 @@ class WC_Post_Types { 'new_item_name' => sprintf( __( 'New %s', 'woocommerce' ), $label ), /* translators: %s: attribute name */ 'not_found' => sprintf( __( 'No "%s" found', 'woocommerce' ), $label ), + /* translators: %s: attribute name */ + 'back_to_items' => sprintf( __( '← Back to Terms for %s', 'woocommerce' ), $label ), ), 'show_ui' => true, 'show_in_quick_edit' => false,