﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21711,Twenty Twelve: use get_queried_object instead of the_post/rewind_posts in author archives,kovshenin,,"Hi there! I think it's easier and more correct to use a proper `WP_User` object in the author archives with `get_queried_object`, instead of ""hacking"" it with `the_post` and `rewind_posts`. The only drawback is that it's not being passed through `the_author` filter, but I think that's fine, because technically we're not in a loop anyway, and thus, should not use `the_author_*` functions either.

It's the same approach I'd use for tag and category archives, but luckily, `single_term_title` wraps the call to `get_queried_object` and does most of the work for us.",enhancement,closed,normal,,Bundled Theme,,normal,wontfix,has-patch,
