﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
18993,is_post_type_archive() returns true in the admin area,johnbillion,,"When viewing a custom post type listing screen in the admin area, `is_post_type_archive()` returns true.

The offending code (as of r18999) starts at line 1568 in `wp-includes/query.php`.

A quick fix would be to stick an `is_admin()` check in there, but I'm not sure that's the right thing to do so I'll leave it up to someone else to patch.",defect (bug),closed,normal,,Administration,3.3,normal,invalid,close,
