Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45747, comment 8


Ignore:
Timestamp:
08/21/2019 03:15:01 AM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45747, comment 8

    initial v1  
    66}}}
    77
    8 Seems the site was set to multisite at some point and the user table has `spam` and `deleted` fields with `'0'` as default values.
     8Seems the site was set to "multisite" at some point then changed back to "single". The user table has `spam` and `deleted` fields with `'0'` as default values.
    99
    1010Changing the above check to `! empty( $userdata['spam'] )` would fix it. Not sure how common that is, but probably better to fix?