Opened 3 years ago
Last modified 3 years ago
#54567 new enhancement
Introduce specific item_link and and item_link_description labels for post formats
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | Cc: |
Description
The function build_variation_for_navigation_link()
needs to overwrite the item_link
and item_link_description
labels for post formats. This is currently done directly in the function. This is inefficient as, the function being called several times, these translations are done several times too.
I propose to handle these translations when the taxonomy is registered as done for tag and categories.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Just found out that I forgot to link to the Gütenberg part: https://github.com/WordPress/gutenberg/pull/37103