Make WordPress Core

Opened 5 years ago

#49189 new enhancement

Term description cannot be filtered in admin area

Reported by: themiked's profile theMikeD Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 5.3.2
Component: Taxonomy Keywords:
Focuses: ui, administration Cc:

Description

There are many cases where the term description is used for more than just a simple one-line description of what a term is. I have several clients for whom the term description can be hundreds or words long.

Since there is no filter on the term description shown in the admin UI for manual adjustment, nor is there code to shorten it automatically, the entire term description is put into the description cell of the term table.

When the description is long, we get this:

https://i.ibb.co/xjNFxYb/aa.png

This is something that can easily be handled. Given that automatically trimming the term description is probably not what users expect, I suggest adding a filter here https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/class-wp-terms-list-table.php#L536 to allow a user/developer to limit the term description if needed.

Change History (0)

Note: See TracTickets for help on using tickets.