Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19867, comment 48


Ignore:
Timestamp:
07/08/2015 10:34:14 AM (10 years ago)
Author:
lumpysimon
Comment:

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.
     1I'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.
    22
    33All 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?