From 51a14e82470ded709e68079e54f72ad5375bc6c5 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 11 Oct 2012 19:53:35 +0000 Subject: [PATCH] Twenty Eleven: show categories and tags only when supported by post type, using `is_object_in_taxonomy()` instead of only checking for 'post' post types. Props obenland, fixes #20922. git-svn-id: https://develop.svn.wordpress.org/trunk@22193 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyeleven/content.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyeleven/content.php b/wp-content/themes/twentyeleven/content.php index bced61c336..a105c0a473 100644 --- a/wp-content/themes/twentyeleven/content.php +++ b/wp-content/themes/twentyeleven/content.php @@ -45,7 +45,7 @@