Merge pull request #23238 from woocommerce/fix/23224

Updated back to link for attribute terms.
This commit is contained in:
Mike Jolley 2019-04-18 11:13:20 +01:00 committed by GitHub
commit 180a0aaf8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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 "%s" attributes', 'woocommerce' ), $label ),
),
'show_ui' => true,
'show_in_quick_edit' => false,