﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
19116,"If post type ""post"" not exist",djudorange,djudorange,"If the post type ""post"" is unregister, in users list page (in admin) ,
you have an error Mysql.

At line 4156 in wp-includes/post.php, the get_post_type_object() returns false (because the post type don't exist), the next ""if"" returns '1 = 0'.

But it missing the 'WHERE' before '1 = 0'.

It is possible to fix it by replacing the '1 = 0' to 'WHERE 1 = 0'",defect (bug),closed,normal,3.3,Database,3.2.1,normal,fixed,has-patch needs-testing,
