Merge pull request #23238 from woocommerce/fix/23224
Updated back to link for attribute terms.
This commit is contained in:
commit
180a0aaf8d
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue