﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
15773,Lazy load $wp_query->is_singular,scribu,markjaquith,"The $is_singular flag is just an alias for {{{$is_post || $is_page || $is_attachment.}}}

Being a variable means we have to also keep it current whenever one of it's components changes.

I propose we use a magic {{{__get()}}} method that would call is_singular() internally.",enhancement,closed,normal,,Query,,normal,wontfix,php5 has-patch,gazouteast
