﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21094,Remove unnecessary 'menu_name' fallback in get_post_type_labels(),evansolomon,,"`get_post_type_labels()` sets the fallback for the `menu_name` label to the `name` label.  Then it calls `_get_custom_object_labels()`, which does the same thing along with a bunch of similar fallbacks.

This is an artifact of #14832, which lead to r16251, then to r16268, which made the fallback in `get_post_type_labels()` unnecessary.

We can just remove the statement from `get_post_type_labels()` and nothing will change (except WordPress will be just a bit simpler).",defect (bug),closed,normal,,Post Types,,normal,invalid,has-patch,
