Make WordPress Core

Opened 10 years ago

Last modified 7 years ago

#37296 new enhancement

Bulk edit category labels are slightly misleading

Reported by: wpnook's profile wpnook Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Quick/Bulk Edit Keywords: has-patch needs-refresh has-screenshots
Focuses: Cc:

Description (last modified by SergeyBiryukov)

Related to this ticket #35548, the bulk edit taxonomy tool labels can be a little misleading, as the feature does not allow for bulk editing, but rather bulk assignment.

This patch simply prepends "Assign" to the labels to make it more clear..

Attachments (3)

edit_category_labels.patch (1.4 KB) - added by wpnook 10 years ago.
Changes the edit taxonomy labels to better suit the action
37296.before.png (118.9 KB) - added by ocean90 10 years ago.
37296.after.png (117.2 KB) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (8)

@wpnook
10 years ago

Changes the edit taxonomy labels to better suit the action

#1 @wpnook
10 years ago

  • Component changed from General to Administration
  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Component changed from Administration to Quick/Bulk Edit
  • Description modified (diff)

Related: #11302

#3 @SergeyBiryukov
10 years ago

Hi @wpnook, thanks for the ticket!

Unfortunately, edit_category_labels.patch is not localizable, see ticket:17609:3 and ticket:19099:1. We tend to avoid using post type and taxonomy names in generic strings (or concatenating them with a generic string).

If the consensus is to introduce a new string, we would need a new label in get_taxonomy_labels() for that.

#4 @wpnook
10 years ago

Ok, all clear. I'll submit a patch this afternoon that handles it via get_taxonomy_labels(). Introduce 'bulk_edit' or something similar.

@ocean90
10 years ago

@ocean90
10 years ago

#5 @ocean90
10 years ago

  • Keywords needs-refresh has-screenshots added
  • Type changed from defect (bug) to enhancement
  • Version trunk deleted

Not sure if the "Assign" prefix is really needed here. The meta boxes have the same title and removing/adding terms is supported too.

Note: See TracTickets for help on using tickets.