Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Taxonomy menu name isn't using the "has_many" value. #24

@stevedsross

Description

@stevedsross

When registering a custom taxonomy, the text used in the menu simply adds an "s" to the end of the singular name. It should use the "has_many" value for this, like the post type.

  "labels": {
    "has_one": "Industry",
    "has_many": "Industries",
    "text_domain": "sage"
  },

The example yields "Industrys" as the menu name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions