Changes between Initial Version and Version 1 of Ticket #19867, comment 48
- Timestamp:
- 07/08/2015 10:34:14 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19867, comment 48
initial v1 1 I've just run up against this issue on a site where I've imported ~250,000 users. In general all is working fine except I cannot delete a user due to the the"Attribute all content to:" `wp_dropdown_users` running out of memory.1 I've just run up against this issue on a site where I've imported ~250,000 users. In general all is working fine except I cannot delete a user due to the "Attribute all content to:" `wp_dropdown_users` running out of memory. 2 2 3 3 All these users have a custom role which only has the `read` capability, so it seems to me that they shouldn't really be listed in the dropdown anyway?