﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10631	"wp-admin/users.php does not show pages under ""posts"" column"	novasource		"For some reason, the SQL query in '''wp-includes/user.php''' that gets the count of a user's posts excludes pages, so '''/wp-admin/users.php''' will not show an accurate picture of a user's contributions. This makes no sense at all: 1. posts and pages are first-class content types in WordPress and 2. they are both stored in the same table.

Proposed solution: remove 
{{{
AND post_type = 'post'
}}}
 from '''function get_usernumposts''' in '''wp-includes/user.php'''.

This defect could result in incorrect interpretation of user activity, so marked as major severity."	defect (bug)	closed	normal		Users	2.8.4	normal	invalid	2nd-opinion	
