﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21951,Twenty Twelve: add post_type_archive_title to archive.php,thomask,nacin,"Archive.php template (twenty twelve, but if i remember it right, it is in twenty eleven as well) shows also (custom) post type archives, but their definition is missing so there is no title for it.

Solution - add 

{{{
elseif ( is_post_type_archive() ) {
						printf( __( 'Archives: %s', 'twentytwelve' ), '<span>' . post_type_archive_title( '', false ) . '</span>' );
					} 
}}}

at around row 33 (i do not know how to create diffs, sorry)

P.S.: i am not english, so maybe you will found someting better then just Archives: %s",enhancement,closed,normal,3.5,Bundled Theme,,normal,fixed,has-patch,xoodrew@… ian@… knut@…
