drublic / WordPress-Admin-Kit

Some functions and hooks to add to a WordPress theme
6 stars 3 forks source link

Problem with empty taxonomies in CPT #3

Open drublic opened 12 years ago

drublic commented 12 years ago

If taxonomies in CPT-registration in cpt.php get passed an empty string, a PHP-error occurs. This can get fixed by using an empty array: taxonomy => array()