[wp-trac] [WordPress Trac] #15773: Drop $is_singular
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 11 09:39:56 UTC 2010
#15773: Drop $is_singular
-------------------------+--------------------------------------------------
Reporter: scribu | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Query | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
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.
But since we have an is_singular() method now, we could deprecate it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15773>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list