johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
979 stars 96 forks source link

removes title from required fields in admin columns #93

Closed corradomatt closed 6 years ago

corradomatt commented 7 years ago

This resolves issue #79 by simply removing the requirement that the title column is kept in the admin table. If it's preferable to require this field at all times, we could always add it back if not found in the configuration. Personally I don't think it's necessary.

corradomatt commented 6 years ago

Nevermind...this seems to have been resolved with the latest version or I was doing something wrong previously. Either way, this PR is no longer needed (besides the fact that the tests are failing). Closing.