﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
22943	Twenty Twelve: show featured images single page view	tomontoast	lancewillett	"Twenty Twelve theme is reporting featured images can be used on pages which is not the case. Users can add featured images to pages but these don't show up in the theme as the user would expect.

See support thread http://wordpress.org/support/topic/2012-featured-image-not-showing-in-body-of-page-or-post?replies=17

The patch is a simple change in the functions file from 

{{{
add_theme_support( 'post-thumbnails' );
}}}
 
to

{{{
add_theme_support( 'post-thumbnails', array( 'post' ) );
}}}

"	defect (bug)	closed	normal	3.6	Bundled Theme	3.5	normal	fixed	has-patch	mdhansen@… xoodrew@… tomontoast
