[wp-trac] [WordPress Trac] #43060: register taxonomy should accept a label to affect the description under each field on the Add Tag form
WordPress Trac
noreply at wordpress.org
Mon Nov 15 16:43:43 UTC 2021
#43060: register taxonomy should accept a label to affect the description under
each field on the Add Tag form
--------------------------------------+-----------------------------
Reporter: mclaurent | Owner: SergeyBiryukov
Type: enhancement | Status: closed
Priority: normal | Milestone: 5.9
Component: Taxonomy | Version:
Severity: normal | Resolution: fixed
Keywords: has-patch needs-dev-note | Focuses: administration
--------------------------------------+-----------------------------
Changes (by SergeyBiryukov):
* status: reopened => closed
* resolution: => fixed
Comment:
In [changeset:"52163" 52163]:
{{{
#!CommitTicketReference repository="" revision="52163"
Taxonomy: Clarify the taxonomy labels for customizing the field
descriptions on Edit Tags screen:
* Update the label names to make it clear that these descriptions are not
for the term name or slug itself, but for the Name, Slug, Parent, and
Description fields:
* `name_field_description`
* `slug_field_description`
* `parent_field_description`
* `desc_field_description`
* Update the array structure to make it clear that the default values for
these labels are the same for both hierarchical and non-hierarchical
taxonomies, with the exception of `parent_field_description`.
* Add documentation and a `@since` note for the new labels.
Follow-up to [52094].
Fixes #43060.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43060#comment:26>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list